Explorar el Código

fix: publishing asset path

Tienson Qin hace 4 años
padre
commit
0ad7d2b2c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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}