From 29c3b69bf28c23bbbc7658e22e7bca70126c8420 Mon Sep 17 00:00:00 2001 From: fool Date: Mon, 17 Nov 2025 18:06:00 -0800 Subject: [PATCH 1/3] following some advice --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index acd5f2ee..3f68063e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ base = "site" # note: this is configured as "public" on netlify.com but this overrides. # perhaps we should adjust hugo and vite to output to that root "public" instead? - publish = "site/public/" + publish = "public/" [build.environment] # extra environment variables if needed. From 66eadb663354b2b8ada6f2310a579c200696a708 Mon Sep 17 00:00:00 2001 From: fool Date: Mon, 24 Nov 2025 18:59:13 -0800 Subject: [PATCH 2/3] testing for Mel --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 3f68063e..66c08863 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ base = "site" # note: this is configured as "public" on netlify.com but this overrides. # perhaps we should adjust hugo and vite to output to that root "public" instead? - publish = "public/" + publish = "site/public" [build.environment] # extra environment variables if needed. From 5a77ebfef3571d87fd0ddcceeb9ea328ecb463d9 Mon Sep 17 00:00:00 2001 From: fool Date: Mon, 24 Nov 2025 19:02:21 -0800 Subject: [PATCH 3/3] testing for Mel 2 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 66c08863..a69d800c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ base = "site" # note: this is configured as "public" on netlify.com but this overrides. # perhaps we should adjust hugo and vite to output to that root "public" instead? - publish = "site/public" + publish = "/site/public" [build.environment] # extra environment variables if needed.