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 57c1a1a commit 8bd9422Copy full SHA for 8bd9422
config/index.js
@@ -53,10 +53,10 @@ module.exports = {
53
54
build: {
55
// Template for index.html
56
- index: path.resolve(__dirname, '../dist/index.html'),
+ index: path.resolve(__dirname, '../blog-admin/index.html'),
57
58
// Paths
59
- assetsRoot: path.resolve(__dirname, '../dist'),
+ assetsRoot: path.resolve(__dirname, '../blog-admin'),
60
assetsSubDirectory: 'static',
61
assetsPublicPath: './',
62
0 commit comments