Fixes #2326: 404 for asset /logo/conversejs-filled.svg
This commit is contained in:
parent
f04a376653
commit
90cac3ecae
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
## 8.0.1 (Unreleased)
|
## 8.0.1 (Unreleased)
|
||||||
|
|
||||||
|
- #2326: 404 for asset /logo/conversejs-filled.svg
|
||||||
- #2628: Open groupchats toggle emits an error
|
- #2628: Open groupchats toggle emits an error
|
||||||
- #2629: OMEMO button tooltip is wrong in private chat
|
- #2629: OMEMO button tooltip is wrong in private chat
|
||||||
- #2634: Image previews not loading when not serving Converse locally
|
- #2634: Image previews not loading when not serving Converse locally
|
||||||
|
@ -19,6 +19,7 @@ const plugins = [
|
|||||||
{from: 'logo/conversejs-filled-512.png', to: 'images/logo'},
|
{from: 'logo/conversejs-filled-512.png', to: 'images/logo'},
|
||||||
{from: 'logo/conversejs-filled-192.svg', 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-512.svg', to: 'images/logo'},
|
||||||
|
{from: 'logo/conversejs-filled.svg', to: 'images/logo'},
|
||||||
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
|
{from: 'src/shared/styles/webfonts', to: 'webfonts'}
|
||||||
]
|
]
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user