2023-01-06 15:08:51 +01:00

9 lines
226 B
JSON

{
"outputDirectory": "dist",
"installCommand": "npm install",
"buildCommand": "npm run build",
"routes": [
{ "handle": "filesystem" },
{ "src": "/(.*)", "status": 404, "dest": "/404" }
]
}