1
Fork 0

Remove netlify configuration

This commit is contained in:
Jake Howard 2020-04-10 12:48:44 +01:00
parent 2a2b1241e6
commit e9d39ae0c9
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 0 additions and 18 deletions

View file

@ -1,7 +1,6 @@
# My Website
[![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net)
[![Netlify Status](https://api.netlify.com/api/v1/badges/713e7e92-d018-422b-b810-7a34fbcd68f5/deploy-status)](https://app.netlify.com/sites/theorangeone-net/deploys)
![Deploy](https://github.com/RealOrangeOne/theorangeone.net/workflows/Deploy/badge.svg)
https://theorangeone.net

View file

@ -1,17 +0,0 @@
[build]
publish = "public/"
command = "./scripts/release.sh"
[build.environment]
HUGO_VERSION = "0.68.3"
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"