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:
SnapOtter
2026-05-10 21:50:56 +08:00
parent caf351209b
commit 28f919b5d7
4 changed files with 7 additions and 0 deletions
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

+7
View File
@@ -10,6 +10,13 @@ export const metadata: Metadata = {
description:
"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"),
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: {
"color-scheme": "light only",
"darkreader-lock": "true",