Skip to content

Commit

Permalink
load pwa logo from correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
allgood committed Jul 27, 2024
1 parent 10e2e89 commit 01e559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/controllers/PwaController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const manifest = async (
name: appName || "Ticketz - Chat Based Ticket System",
icons: [
{
src: logoFavicon ? `/backend/${logoFavicon}` : "/vector/favicon.svg",
src: logoFavicon ? `/backend/public/${logoFavicon}` : "/vector/favicon.svg",
sizes: "512x512 192x192 64x64 32x32 24x24 16x16",
type: mimeFavicon
}
Expand Down

0 comments on commit 01e559f

Please sign in to comment.