From 4e781a2d5fa033da730c17d84e5f80abe94be1b2 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Thu, 10 Aug 2023 20:02:48 +0200 Subject: [PATCH] remove netlify.toml --- netlify.toml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index ac52fa0..0000000 --- a/netlify.toml +++ /dev/null @@ -1,37 +0,0 @@ -[build] -publish = "public" -command = "hugo --gc --minify" - -[context.production.environment] -GO_VERSION = "1.18" -HUGO_VERSION = "0.108.0" -HUGO_ENV = "production" -#HUGO_ENABLEGITINFO = "true" - -[context.deploy-preview] -command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" - -[context.deploy-preview.environment] -GO_VERSION = "1.18" -HUGO_VERSION = "0.108.0" - -[context.branch-deploy] -command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" - -[context.branch-deploy.environment] -GO_VERSION = "1.18" -HUGO_VERSION = "0.108.0" - -#[context.next.environment] -#HUGO_ENABLEGITINFO = "true" - -# [[headers]] -# for = "/*" -# [headers.values] -# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload" -# # use this to clear HSTS settings -# # Strict-Transport-Security = "max-age=0; includeSubDomains;" -# X-Frame-Options = "DENY" -# X-XSS-Protection = "1; mode=block" -# Referrer-Policy = "no-referrer" -# X-Content-Type-Options = "nosniff" \ No newline at end of file