mirror of
https://github.com/imsyy/home.git
synced 2024-11-16 03:32:17 +08:00
12 lines
147 B
JSON
12 lines
147 B
JSON
{
|
|
"version": 2,
|
|
"routes": [{
|
|
"handle": "filesystem"
|
|
},
|
|
{
|
|
"src": "/(.*)",
|
|
"status": 404,
|
|
"dest": "/"
|
|
}
|
|
]
|
|
} |