Explorar o código

fix(demo): BaseURL

Some paths in the demo were wrong due to missing BaseURL.
George Cushen %!s(int64=6) %!d(string=hai) anos
pai
achega
07b921a6e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netlify.toml

+ 1 - 1
netlify.toml

@@ -1,5 +1,5 @@
 [build]
-  command = "hugo --themesDir ../../"
+  command = "hugo --gc --minify -b $DEPLOY_PRIME_URL --themesDir ../../"
   base    = "exampleSite"
   publish = "exampleSite/public"