mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
12 lines
156 B
JSON
12 lines
156 B
JSON
{
|
|
"routes": [
|
|
{
|
|
"handle": "filesystem"
|
|
},
|
|
{
|
|
"src": "/zh-cn/(.*)",
|
|
"status": 404,
|
|
"dest": "/zh-cn/404.html"
|
|
}
|
|
]
|
|
} |