|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
dev: {
|
|
|
// Paths
|
|
|
assetsSubDirectory: 'static',
|
|
|
- assetsPublicPath: './',
|
|
|
+ assetsPublicPath: '/',
|
|
|
proxyTable: {},
|
|
|
|
|
|
// Various Dev Server settings
|
|
@@ -57,7 +57,7 @@ module.exports = {
|
|
|
* then assetsPublicPath should be set to "/bar/".
|
|
|
* In most cases please use '/' !!!
|
|
|
*/
|
|
|
- assetsPublicPath: '/',
|
|
|
+ assetsPublicPath: './',
|
|
|
|
|
|
/**
|
|
|
* Source Maps
|