mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 04:35:20 +00:00
Add 404 support to vercel deployments
This commit is contained in:
parent
1a325c678a
commit
63174b0ed1
@ -1,5 +1,9 @@
|
||||
{
|
||||
"outputDirectory": "dist",
|
||||
"installCommand": "npm install",
|
||||
"buildCommand": "npm run build"
|
||||
"buildCommand": "npm run build",
|
||||
"routes": [
|
||||
{ "handle": "filesystem" },
|
||||
{ "src": "/(.*)", "status": 404, "dest": "/404" }
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user