From d936a09f017e6ea5816469eb8e558077650fcc93 Mon Sep 17 00:00:00 2001 From: Silelou Bernard Chawo Date: Fri, 17 Nov 2023 16:01:17 +0100 Subject: [PATCH] Delete netlify.toml --- netlify.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 842345d..0000000 --- a/netlify.toml +++ /dev/null @@ -1,15 +0,0 @@ -[build] - command = "hugo --enableGitInfo --minify" - publish = "public" - -[build.environment] - HUGO_VERSION = "0.70.0" - -[context.production.environment] - HUGO_ENV = "production" - -[context.deploy-preview] -command = "hugo --enableGitInfo --minify --buildFuture --ignoreCache -b $DEPLOY_PRIME_URL" - -[context.branch-deploy] -command = "hugo --enableGitInfo --minify --buildFuture --ignoreCache -b $DEPLOY_PRIME_URL"