blog-pim/src/now.json
2024-04-26 10:59:32 +02:00

7 lines
126 B
JSON

{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "status": 404, "dest": "404.html" }
]
}