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