Skip to content

Commit

Permalink
resolving issue with ios manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliiiu committed Jul 10, 2024
1 parent 6d4076d commit 9fea833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ const App = ({ Component, pageProps, router }: EpAppProps) => {
`}</style>
<Head>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<link rel="apple-touch-icon" sizes="192x192" href="/icon-192x192.png" />
<link rel="apple-touch-icon" sizes="256x256" href="/icon-256x256.png" />
<link rel="apple-touch-icon" sizes="384x384" href="/icon-384x384.png" />
<link rel="apple-touch-icon" sizes="512x512" href="/icon-512x512.png" />
<meta name="apple-mobile-web-app-status-bar-style" content="#ff3396" />
</Head>
<NextNProgress color="#FF5CAA" />
<SEOHeader router={router} />
Expand Down

0 comments on commit 9fea833

Please sign in to comment.