Skip to content

Commit d3073f5

Browse files
committed
update 修改build路径 和 增加docs文件夹 放置github page
1 parent f0bef99 commit d3073f5

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
@@ -50,10 +50,10 @@ module.exports = {
5050

5151
build: {
5252
// Template for index.html
53-
index: path.resolve(__dirname, '../dist/index.html'),
53+
index: path.resolve(__dirname, '../docs/index.html'),
5454

5555
// Paths
56-
assetsRoot: path.resolve(__dirname, '../dist'),
56+
assetsRoot: path.resolve(__dirname, '../docs'),
5757
assetsSubDirectory: 'static',
5858
assetsPublicPath: '/',
5959

0 commit comments

Comments
 (0)