This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
static/now.json

8 lines
126 B
JSON
Raw Normal View History

2023-01-25 21:17:23 +00:00
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "status": 404, "dest": "404.html" }
]
}