👷 Add baseURL back into Netlify build command

This commit is contained in:
James Panther
2021-08-25 17:07:31 +10:00
parent da03bddb62
commit 277fb90325
+1 -1
View File
@@ -1,5 +1,5 @@
[build]
command = "cd exampleSite && hugo --gc --minify"
command = "cd exampleSite && hugo --gc --minify -b $URL"
publish = "exampleSite/public"
[build.environment]