mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
8 lines
127 B
TOML
8 lines
127 B
TOML
[build]
|
|
publish = "dist"
|
|
command = "npm install && npm run build"
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "/404"
|
|
status = 404 |