Compare commits
2 Commits
ce2089b443
...
fa4b6b5cfe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fa4b6b5cfe | ||
|
|
8ada27d393 |
File diff suppressed because one or more lines are too long
@@ -23,8 +23,12 @@ export const metadata: Metadata = {
|
||||
type: 'website',
|
||||
},
|
||||
icons: {
|
||||
icon: '/favicon.svg',
|
||||
shortcut: '/favicon.svg',
|
||||
icon: [
|
||||
{ url: '/favicon.ico', sizes: 'any' },
|
||||
{ url: '/favicon.svg', type: 'image/svg+xml' },
|
||||
],
|
||||
shortcut: '/favicon.ico',
|
||||
apple: '/favicon.ico',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
BIN
nextjs_space/public/favicon.ico
Normal file
BIN
nextjs_space/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user