mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
relative public path for fonts and images
This commit is contained in:
parent
2f107ea0c2
commit
a4bda84a3c
@ -47,7 +47,7 @@ module.exports = {
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'popup/fonts/',
|
||||
publicPath: '/'
|
||||
publicPath: '../'
|
||||
}
|
||||
}]
|
||||
},
|
||||
@ -59,7 +59,7 @@ module.exports = {
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'popup/images/',
|
||||
publicPath: '/'
|
||||
publicPath: '../'
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user