plankanban / planka

The realtime kanban board for workgroups built with React and Redux.
https://planka.app
GNU Affero General Public License v3.0
8.11k stars 763 forks source link

fix: apple-touch-icon not found #948

Closed knif3 closed 1 week ago

knif3 commented 1 week ago

Description

Opening a project page directly by its URL link causes a 404 Not Found error for the http://planka/boards/logo192.png path. If we open it from the main page, this basic part is already loaded and won't re-render after navigating, but accessing a specific project or card will render the whole HTML, therefore the relative logo192.png path will not be found there.

Fix

Simply added the %PUBLIC_URL% to the link component.

CLAassistant commented 1 week ago

CLA assistant check
All committers have signed the CLA.

meltyshev commented 1 week ago

Thanks for the fix 🙏