👷 Change Netlify base path

This commit is contained in:
James Panther
2021-08-25 14:15:04 +10:00
parent 83eebaefc0
commit 8b68899a9b
+2 -3
View File
@@ -1,7 +1,6 @@
[build]
base = "exampleSite"
command = "hugo --gc --minify -b $URL"
publish = "public"
command = "cd exampleSite && hugo --gc --minify -b $URL"
publish = "exampleSite/public"
[build.environment]
HUGO_THEMESDIR = "../.."