瀏覽代碼

fix: publishing asset path

Tienson Qin 4 年之前
父節點
當前提交
0ad7d2b2c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      shadow-cljs.edn

+ 1 - 1
shadow-cljs.edn

@@ -87,7 +87,7 @@
               :depends-on #{:main}}}
 
    :output-dir "./static/js/publishing"
-   :asset-path "/static/js"
+   :asset-path "static/js"
 
    :closure-defines {frontend.config/PUBLISHING true
                      goog.debug.LOGGING_ENABLED true}