Преглед на файлове

fix(demo): BaseURL

Some paths in the demo were wrong due to missing BaseURL.
George Cushen преди 6 години
родител
ревизия
07b921a6e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"