floter.design/netlify.toml
2023-10-30 17:07:11 +01:00

12 lines
No EOL
306 B
TOML

[build]
command = "npm run build"
publish = "build"
functions = "functions/"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "0"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self' *.cloudinary.com *.typekit.net;"