modif dist pth
This commit is contained in:
parent
00672897ec
commit
2bdf8ecae2
@ -50,13 +50,12 @@ module.exports = {
|
||||
|
||||
build: {
|
||||
// Template for index.html
|
||||
index: path.resolve(__dirname, '../../dist/index.html'),
|
||||
index: path.resolve(__dirname, '../../backend/dist/index.html'),
|
||||
|
||||
// Paths
|
||||
assetsRoot: path.resolve(__dirname, '../../dist'),
|
||||
assetsRoot: path.resolve(__dirname, '../../backend/dist'),
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
publicPath:'/chainetv',
|
||||
assetsPublicPath: '/chainetv/',
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
Loading…
Reference in New Issue
Block a user