소스 검색

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"