mirror of
https://github.com/plankanban/planka.git
synced 2026-03-01 11:21:46 +03:00
[PR #948] [MERGED] fix: apple-touch-icon not found #1154
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/948
Author: @knif3
Created: 11/18/2024
Status: ✅ Merged
Merged: 11/19/2024
Merged by: @meltyshev
Base:
master← Head:fix/icon-path📝 Commits (1)
4200899fix: apple-touch-icon not found📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
client/public/index.html(+1 -1)📄 Description
Description
Opening a project page directly by its URL link causes a
404 Not Founderror for thehttp://planka/boards/logo192.pngpath.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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.