We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0bef99 commit d3073f5Copy full SHA for d3073f5
config/index.js
@@ -50,10 +50,10 @@ module.exports = {
50
51
build: {
52
// Template for index.html
53
- index: path.resolve(__dirname, '../dist/index.html'),
+ index: path.resolve(__dirname, '../docs/index.html'),
54
55
// Paths
56
- assetsRoot: path.resolve(__dirname, '../dist'),
+ assetsRoot: path.resolve(__dirname, '../docs'),
57
assetsSubDirectory: 'static',
58
assetsPublicPath: '/',
59
0 commit comments