Chore: update logo src in manifest to remove leading slash for consistency
This commit is contained in:
@@ -18,7 +18,7 @@ export default function manifest(): MetadataRoute.Manifest {
|
||||
start_url: "/",
|
||||
icons: [
|
||||
{
|
||||
src: "/logo.png",
|
||||
src: "logo.png",
|
||||
sizes: "512x512",
|
||||
type: "image/png",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user