From e2e85f89d297ddb304f8608c36d04df78b26e058 Mon Sep 17 00:00:00 2001 From: Bharat Singh Bhadwal Date: Sat, 19 Apr 2025 18:17:37 +0530 Subject: [PATCH] fix: netlify build configuration --- netlify.toml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/netlify.toml b/netlify.toml index 2d50f8d..501fc39 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,16 +3,3 @@ publish = "public" [build.environment] HUGO_VERSION = "0.124.0" -HUGO_THEME = "stack" # or whatever your actual theme name is, if needed - -[context.production] -command = "hugo --gc --minify -b https://gearlama-blog.netlify.app" -[context.production.environment] -HUGO_ENV = "production" - -[[plugins]] -package = "netlify-plugin-hugo-cache-resources" - - [plugins.inputs] - debug = true - srcdir = "." # current directory, assuming your Hugo site lives at root