From e9d39ae0c9a9a5f8541db6befcd80a2213e80caa Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Apr 2020 12:48:44 +0100 Subject: [PATCH] Remove netlify configuration --- README.md | 1 - netlify.toml | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 netlify.toml diff --git a/README.md b/README.md index 3c9b8b9..ab68652 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index e107ccb..0000000 --- a/netlify.toml +++ /dev/null @@ -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"