Fixes #2326: 404 for asset /logo/conversejs-filled.svg

This commit is contained in:
JC Brand 2021-09-06 21:27:15 +02:00
parent f04a376653
commit 90cac3ecae
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## 8.0.1 (Unreleased)
- #2326: 404 for asset /logo/conversejs-filled.svg
- #2628: Open groupchats toggle emits an error
- #2629: OMEMO button tooltip is wrong in private chat
- #2634: Image previews not loading when not serving Converse locally

View File

@ -19,6 +19,7 @@ const plugins = [
{from: 'logo/conversejs-filled-512.png', to: 'images/logo'},
{from: 'logo/conversejs-filled-192.svg', to: 'images/logo'},
{from: 'logo/conversejs-filled-512.svg', to: 'images/logo'},
{from: 'logo/conversejs-filled.svg', to: 'images/logo'},
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
]
}),