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