浏览代码

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"