8 lines
126 B
JSON
8 lines
126 B
JSON
|
{
|
||
|
"version": 2,
|
||
|
"routes": [
|
||
|
{ "handle": "filesystem" },
|
||
|
{ "src": "/.*", "status": 404, "dest": "404.html" }
|
||
|
]
|
||
|
}
|