Skip to content

Commit

Permalink
Added apple icon link to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bring-shrubbery committed Oct 26, 2024
1 parent 1f3b83b commit fdb5070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/nextjs/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ export const metadata: Metadata = {
"ios",
],
manifest: "/manifest.json",
icons: {
apple: {
url: "/apple-touch-icon.png",
sizes: "180x180",
},
},
};

export default function RootLayout({
Expand Down

0 comments on commit fdb5070

Please sign in to comment.