botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
71 stars 83 forks source link

Wrong path of favicon in channel-web #1584

Closed fancyoung closed 2 years ago

fancyoung commented 2 years ago

I used botpress webpage, and find favicon request 404, and it caused by the wrong path

<link rel="icon" type="image/png" href="assets/ui-studio/public/img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="assets/ui-studio/public/img/favicon-16x16.png" sizes="16x16" />

the resource real path is /assets/studio/ui/public/img/favicon-32x32.png.

The ref path ui-studio or the file path studio/ui is not right.

laurentlp commented 2 years ago

Fixed with https://github.com/botpress/botpress/pull/11248