6 lines
122 B
JSON
6 lines
122 B
JSON
{
|
|
"routes": [
|
|
{ "handle": "filesystem" },
|
|
{ "src": "/(.*)", "status": 404, "dest": "/404.html" }
|
|
]
|
|
} |