mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
🔧 Chore: add Vercel config (#277)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"routes": [
|
||||
{
|
||||
"handle": "filesystem"
|
||||
},
|
||||
{
|
||||
"src": "/zh-cn/(.*)",
|
||||
"status": 404,
|
||||
"dest": "/zh-cn/404.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user