1
0
tl-vikunja/frontend/netlify.toml
2024-02-07 14:56:56 +01:00

16 lines
264 B
TOML

[build]
command = "pnpm run build"
publish = "dist-preview"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
X-Robots-Tag = "noindex"