mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
relative public path for fonts and images
This commit is contained in:
@@ -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: '../'
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user