mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 09:40:21 +00:00
Hardcoded github pages publicpath to index.html asset url when building.
This commit is contained in:
@@ -19,7 +19,8 @@ module.exports = {
|
||||
path: config.build.assetsRoot,
|
||||
filename: '[name].js',
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? config.build.assetsPublicPath
|
||||
? '/leifsopplevelser/'
|
||||
// ? config.build.assetsPublicPath
|
||||
: config.dev.assetsPublicPath
|
||||
},
|
||||
resolve: {
|
||||
|
||||
Reference in New Issue
Block a user