From c4fa206a79e016d0061ec5afeeabc791092c7cd5 Mon Sep 17 00:00:00 2001 From: Herbie Vine Date: Mon, 18 Sep 2023 19:27:46 +0200 Subject: [PATCH] chore: add image type to apple icon --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cb79cc9..f7b96bc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -56,6 +56,7 @@ export const metadata: Metadata = { }, { rel: "apple-touch-icon", + type: "image/png", sizes: "180x180", url: "/assets/apple-touch-icon.png", },