mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-03 20:28:14 +08:00
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/:path((?!en/).*)",
|
|
"destination": "/en/:path*"
|
|
},
|
|
{
|
|
"source": "/:path((?!zh/).*)",
|
|
"destination": "/zh/:path*"
|
|
}
|
|
]
|
|
}
|