Skip to content

Commit ce76408

Browse files
committed
feature: 修改vite.config.js注释
1 parent aebc301 commit ce76408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ export default ({
5252
}
5353

5454
const config = {
55-
base: '/', // index.html文件所在位置
56-
root: './', // js导入的资源路径,src
55+
base: '/', // 编译后js导入的资源路径
56+
root: './', // index.html文件所在位置
5757
publicDir: 'public', // 静态资源文件夹
5858
resolve: {
5959
alias,

0 commit comments

Comments
 (0)