Procházet zdrojové kódy

fix(demo): BaseURL

Some paths in the demo were wrong due to missing BaseURL.
George Cushen před 6 roky
rodič
revize
07b921a6e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"