mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: add favicon to landing page for Google Search visibility
The landing page had no favicon at all, causing Google to show a generic globe icon in search results for snapotter.com.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 9.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -10,6 +10,13 @@ export const metadata: Metadata = {
|
|||||||
description:
|
description:
|
||||||
"48 image processing tools with local AI. Runs 100% offline. No data leaves your network. Open source and free forever.",
|
"48 image processing tools with local AI. Runs 100% offline. No data leaves your network. Open source and free forever.",
|
||||||
metadataBase: new URL("https://snapotter.com"),
|
metadataBase: new URL("https://snapotter.com"),
|
||||||
|
icons: {
|
||||||
|
icon: [
|
||||||
|
{ url: "/favicon.png", type: "image/png", sizes: "48x48" },
|
||||||
|
{ url: "/favicon.ico", type: "image/x-icon" },
|
||||||
|
],
|
||||||
|
apple: [{ url: "/apple-touch-icon.png", sizes: "180x180" }],
|
||||||
|
},
|
||||||
other: {
|
other: {
|
||||||
"color-scheme": "light only",
|
"color-scheme": "light only",
|
||||||
"darkreader-lock": "true",
|
"darkreader-lock": "true",
|
||||||
|
|||||||
Reference in New Issue
Block a user