managarten/apps/manacore/apps/landing/netlify.toml
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

29 lines
No EOL
500 B
TOML

[build]
command = "npm run build"
publish = "dist"
[build.environment]
NODE_VERSION = "18"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
conditions = {Language = ["de"]}
[[redirects]]
from = "/en/*"
to = "/en/:splat"
status = 200
[[redirects]]
from = "/it/*"
to = "/it/:splat"
status = 200
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "strict-origin-when-cross-origin"