瀏覽代碼

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

JC Brand 3 年之前
父節點
當前提交
90cac3ecae
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      CHANGES.md
  2. 1 0
      webpack.prod.js

+ 1 - 0
CHANGES.md

@@ -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

+ 1 - 0
webpack.prod.js

@@ -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'}
         ]
     }),