[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"