blog-pim/src/now.json

8 lines
126 B
JSON
Raw Normal View History

2024-04-26 08:59:32 +00:00
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "status": 404, "dest": "404.html" }
]
}