mirror of https://github.com/jpanther/congo.git
👷 Change Netlify base path
parent
83eebaefc0
commit
8b68899a9b
|
@ -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 = "../.."
|
||||
|
|
Loading…
Reference in New Issue