Remove netlify configuration
This commit is contained in:
parent
2a2b1241e6
commit
e9d39ae0c9
2 changed files with 0 additions and 18 deletions
|
@ -1,7 +1,6 @@
|
||||||
# My Website
|
# My Website
|
||||||
|
|
||||||
[![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net)
|
[![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)
|
![Deploy](https://github.com/RealOrangeOne/theorangeone.net/workflows/Deploy/badge.svg)
|
||||||
|
|
||||||
https://theorangeone.net
|
https://theorangeone.net
|
||||||
|
|
17
netlify.toml
17
netlify.toml
|
@ -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"
|
|
Loading…
Reference in a new issue