Fix an issue with icons in the app manifest
This commit is contained in:
parent
b1bee5c308
commit
3685c4bf92
@ -209,7 +209,7 @@ module.exports = {
|
|||||||
}),
|
}),
|
||||||
new AppManifestWebpackPlugin({
|
new AppManifestWebpackPlugin({
|
||||||
logo: path.resolve(__dirname, '../src/assets/logo.svg'),
|
logo: path.resolve(__dirname, '../src/assets/logo.svg'),
|
||||||
prefix: '.',
|
prefix: '/',
|
||||||
output: '/static/icons-[hash:8]/',
|
output: '/static/icons-[hash:8]/',
|
||||||
inject: true,
|
inject: true,
|
||||||
persistentCache: true,
|
persistentCache: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user