소스 검색

fix: path

ldj 1 년 전
부모
커밋
7e62bb38c7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      vue.config.js

+ 3 - 1
vue.config.js

@@ -1,4 +1,6 @@
 const { defineConfig } = require('@vue/cli-service')
 module.exports = defineConfig({
-  transpileDependencies: true
+  transpileDependencies: true,
+  assetsDir:'',
+  publicPath:''
 })