homelab-presentasjon/netlify.toml

17 lines
230 B
TOML
Raw Permalink Normal View History

2025-03-14 16:51:28 +01:00
[build]
publish = "dist"
command = "npm run build"
[build.environment]
NODE_VERSION = "20"
[[redirects]]
from = "/.well-known/*"
to = "/.well-known/:splat"
status = 200
[[redirects]]
from = "/*"
to = "/index.html"
status = 200