mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-01 02:50:04 +00:00
10 lines
261 B
JSON
10 lines
261 B
JSON
{
|
|
"outputDirectory": "dist",
|
|
"installCommand": "npm install",
|
|
"buildCommand": "npm run build",
|
|
"devCommand": "npm run start",
|
|
"routes": [
|
|
{ "handle": "filesystem" },
|
|
{ "src": "/(.*)", "status": 404, "dest": "/404" }
|
|
]
|
|
} |