Skip to content

Commit 6569790

Browse files
committed
Chore: update logo src in manifest to remove leading slash for consistency
1 parent f5bdc5f commit 6569790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function manifest(): MetadataRoute.Manifest {
1818
start_url: "/",
1919
icons: [
2020
{
21-
src: "/logo.png",
21+
src: "logo.png",
2222
sizes: "512x512",
2323
type: "image/png",
2424
},

0 commit comments

Comments
 (0)