From deeafecc168f3bd4619a631924261919872f32cc Mon Sep 17 00:00:00 2001 From: weru Date: Sun, 17 Mar 2024 18:26:27 +0300 Subject: [PATCH] update config --- .gitignore | 2 ++ exampleSite/netlify.toml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d171f95..2565785 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # NPM node_modules/ npm-debug.log +yarn.lock +package-lock.json # IDE .idea diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 07874d4..4309340 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/netlify.toml @@ -4,7 +4,7 @@ publish = "public" command = "hugo --gc --minify --baseURL https://browse.neuralvibes.com/" [context.production.environment] -HUGO_VERSION = "0.120.4" +HUGO_VERSION = "0.124.0" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -12,20 +12,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --gc --minify --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.120.4" +HUGO_VERSION = "0.124.0" HUGO_ENV = "production" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.120.4" +HUGO_VERSION = "0.124.0" [context.branch-deploy] command = "hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.120.4" +HUGO_VERSION = "0.124.0" [context.next.environment] HUGO_ENABLEGITINFO = "true"