From 65697903630ef36d46ae11f5c97b09b3dcd03c9e Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:46:21 +0100 Subject: [PATCH] Chore: update logo src in manifest to remove leading slash for consistency --- src/app/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/manifest.ts b/src/app/manifest.ts index 147a466..d1942a9 100644 --- a/src/app/manifest.ts +++ b/src/app/manifest.ts @@ -18,7 +18,7 @@ export default function manifest(): MetadataRoute.Manifest { start_url: "/", icons: [ { - src: "/logo.png", + src: "logo.png", sizes: "512x512", type: "image/png", },