mirror of
https://github.com/bitwarden/browser
synced 2024-12-28 02:43:04 +01:00
update public path
This commit is contained in:
parent
1f1303fc97
commit
5fdef63bb1
@ -50,7 +50,7 @@ module.exports = {
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'popup/fonts/',
|
||||
publicPath: '../'
|
||||
publicPath: './fonts/'
|
||||
}
|
||||
}]
|
||||
},
|
||||
@ -62,7 +62,7 @@ module.exports = {
|
||||
options: {
|
||||
name: '[name].[ext]',
|
||||
outputPath: 'popup/images/',
|
||||
publicPath: '../'
|
||||
publicPath: './images/'
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user