From d84fb1b075a61dbf2a569489b247f9b65093cd53 Mon Sep 17 00:00:00 2001 From: Bharat Singh Bhadwal Date: Sat, 19 Apr 2025 18:08:39 +0530 Subject: [PATCH] fix: netlify build configuration --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 99d5753..2d50f8d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ HUGO_VERSION = "0.124.0" HUGO_THEME = "stack" # or whatever your actual theme name is, if needed [context.production] -command = "hugo --gc --minify -b ${URL}" +command = "hugo --gc --minify -b https://gearlama-blog.netlify.app" [context.production.environment] HUGO_ENV = "production"