fix: netlify build configuration

This commit is contained in:
Bharat Singh Bhadwal 2025-04-19 18:08:39 +05:30
parent f378e8a1cd
commit d84fb1b075

View File

@ -6,7 +6,7 @@ HUGO_VERSION = "0.124.0"
HUGO_THEME = "stack" # or whatever your actual theme name is, if needed HUGO_THEME = "stack" # or whatever your actual theme name is, if needed
[context.production] [context.production]
command = "hugo --gc --minify -b ${URL}" command = "hugo --gc --minify -b https://gearlama-blog.netlify.app"
[context.production.environment] [context.production.environment]
HUGO_ENV = "production" HUGO_ENV = "production"