Correction favicon
This commit is contained in:
parent
e5386f79fc
commit
aafdf870fb
3 changed files with 3 additions and 6 deletions
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
|
@ -58,12 +58,6 @@ export const metadata: Metadata = {
|
|||
},
|
||||
icons: {
|
||||
icon: '/favicon.png',
|
||||
shortcut: '/favicon.png',
|
||||
apple: '/favicon.png',
|
||||
other: {
|
||||
rel: 'apple-touch-icon-precomposed',
|
||||
url: '/favicon.png',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
@ -74,6 +68,9 @@ export default function RootLayout({
|
|||
}) {
|
||||
return (
|
||||
<html lang="fr" suppressHydrationWarning>
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||
</head>
|
||||
<body className={`${geistSans.variable} ${geistMono.variable} font-sans antialiased`}>
|
||||
<ThemeProvider
|
||||
attribute="class"
|
||||
|
|
Loading…
Add table
Reference in a new issue