Chore: update logo src in manifest to remove leading slash for consistency

This commit is contained in:
Bram Suurd
2024-11-03 22:46:21 +01:00
parent f5bdc5f4c1
commit 6569790363

View File

@@ -18,7 +18,7 @@ export default function manifest(): MetadataRoute.Manifest {
start_url: "/",
icons: [
{
src: "/logo.png",
src: "logo.png",
sizes: "512x512",
type: "image/png",
},