Showing
3 changed files
with
6 additions
and
2 deletions
@@ -44,7 +44,7 @@ module.exports = { | @@ -44,7 +44,7 @@ module.exports = { | ||
44 | 44 | ||
45 | build: { | 45 | build: { |
46 | // Template for index.html | 46 | // Template for index.html |
47 | - index: path.resolve(__dirname, '../dist/index.html'), | 47 | + index: path.resolve(__dirname, '../../report-core/src/main/resources/static/index.html'), |
48 | 48 | ||
49 | // Paths | 49 | // Paths |
50 | assetsRoot: path.resolve(__dirname, '../../report-core/src/main/resources/static/'), | 50 | assetsRoot: path.resolve(__dirname, '../../report-core/src/main/resources/static/'), |
-
Please register or login to post a comment