Fix an issue with icons in the app manifest

This commit is contained in:
Lucas Verney 2018-08-22 14:54:21 +02:00
parent b1bee5c308
commit 3685c4bf92
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ module.exports = {
}),
new AppManifestWebpackPlugin({
logo: path.resolve(__dirname, '../src/assets/logo.svg'),
prefix: '.',
prefix: '/',
output: '/static/icons-[hash:8]/',
inject: true,
persistentCache: true,