obsidiangarden_netlify/netlify.toml
Ole Eskild Steensen 38fbb609b3 Added build command
2022-02-15 16:39:59 +01:00

8 lines
127 B
TOML

[build]
publish = "dist"
command = "npm install && npm run build"
[[redirects]]
from = "/*"
to = "/404"
status = 404