Move to previous state

This commit is contained in:
prototypa
2022-08-13 04:09:05 -04:00
parent 32eaaf38e0
commit f825675cf0

View File

@ -1,8 +1,6 @@
{ {
"cleanUrls": true,
"trailingSlash": false,
"routes": [ "routes": [
{ "handle": "filesystem" }, { "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/404" } { "src": "/(.*)", "status": 404, "dest": "/404.html" }
] ]
} }