mirror of https://github.com/jpanther/congo.git
👷 Add baseURL back into Netlify build command
parent
da03bddb62
commit
277fb90325
|
@ -1,5 +1,5 @@
|
|||
[build]
|
||||
command = "cd exampleSite && hugo --gc --minify"
|
||||
command = "cd exampleSite && hugo --gc --minify -b $URL"
|
||||
publish = "exampleSite/public"
|
||||
|
||||
[build.environment]
|
||||
|
|
Loading…
Reference in New Issue