Selaa lähdekoodia

修改移动图片位置

dusenyao 1 vuosi sitten
vanhempi
commit
41fe1c17fd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -82,7 +82,7 @@ module.exports = {
         patterns: [
           {
             from: 'node_modules/book-ui/dist/img',
-            to: 'static/img',
+            to: 'img',
             force: true,
             noErrorOnMissing: true
           }