archive
/
givemoneyto.me
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/netlify.toml

17 lines
381 B
TOML
Raw Normal View History

2019-01-30 22:22:53 +00:00
[build]
2019-06-29 17:58:48 +01:00
publish = "build"
command = "npm run build"
2019-02-04 13:49:59 +00:00
[build.environment]
NODE_ENV = "production"
NPM_CONFIG_PRODUCTION = "false"
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "1; mode=block"
X-Content-Type-Options = "nosniff"
Referrer-Policy = "same-origin"
Strict-Transport-Security = "max-age=5184000"