feat: add .png icons for safari
This commit is contained in:
parent
c2a074f734
commit
08a83ba3c5
5 changed files with 19 additions and 38 deletions
|
@ -19,8 +19,14 @@ export default function RootLayout({
|
|||
<link
|
||||
rel='icon'
|
||||
type='image/png'
|
||||
href='/favicon-96x96.png'
|
||||
sizes='96x96'
|
||||
href='/favicon-dark.png'
|
||||
media='(prefers-color-scheme: dark)'
|
||||
/>
|
||||
<link
|
||||
rel='icon'
|
||||
type='image/png'
|
||||
href='/favicon-light.png'
|
||||
media='(prefers-color-scheme: light)'
|
||||
/>
|
||||
<link
|
||||
rel='icon'
|
||||
|
|
|
@ -2,6 +2,6 @@ export { auth as middleware } from '@/auth';
|
|||
|
||||
export const config = {
|
||||
matcher: [
|
||||
'/((?!api|_next/static|_next/image|favicon.ico|favicon-96x96.png|favicon.svg|site.webmanifest|web-app-manifest-192x192.png|web-app-manifest-512x512.png|favicon-dark.svg|favicon-light.svg).*)',
|
||||
'/((?!api|_next/static|_next/image|favicon.ico|favicon-96x96.png|favicon.svg|site.webmanifest|web-app-manifest-192x192.png|web-app-manifest-512x512.png|favicon-dark.svg|favicon-light.svg|favicon-light.png|favicon-dark.png).*)',
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue