mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-12-02 19:57:45 +08:00
vercel rewrites
This commit is contained in:
parent
0b86d9ef66
commit
431c2b9fe4
@ -1,9 +1,14 @@
|
||||
{
|
||||
"redirects": [
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/:path((?!en/).*)",
|
||||
"destination": "/en/:path*",
|
||||
"permanent": false
|
||||
},
|
||||
{
|
||||
"source": "/:path((?!zh/).*)",
|
||||
"destination": "/zh/:path*",
|
||||
"permanent": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user