Skip to content

Commit 8bd9422

Browse files
committed
1、优化个人中心样式;2、修改压缩后产出文件夹的名称;
1 parent 57c1a1a commit 8bd9422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ module.exports = {
5353

5454
build: {
5555
// Template for index.html
56-
index: path.resolve(__dirname, '../dist/index.html'),
56+
index: path.resolve(__dirname, '../blog-admin/index.html'),
5757

5858
// Paths
59-
assetsRoot: path.resolve(__dirname, '../dist'),
59+
assetsRoot: path.resolve(__dirname, '../blog-admin'),
6060
assetsSubDirectory: 'static',
6161
assetsPublicPath: './',
6262

0 commit comments

Comments
 (0)