feat: add favicon
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
JustTemmie 2025-07-06 03:40:31 +02:00
parent 3b95c16280
commit 93ce905bc0
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
4 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ export default defineNuxtConfig({
meta: [ meta: [
{ property: 'og:title', content: 'Gorb - Open-Source Chat Platform' }, { property: 'og:title', content: 'Gorb - Open-Source Chat Platform' },
{ property: 'og:description', content: 'Gorb is an open-source (and eventually federated) chat platform where you\'ll be able to join and chat in servers, chat privately in DMs, and more.' }, { property: 'og:description', content: 'Gorb is an open-source (and eventually federated) chat platform where you\'ll be able to join and chat in servers, chat privately in DMs, and more.' },
{ property: 'og:image', content: '//public/beaver_1.jpg' },
{ property: 'og:url', content: 'https://gorb.app' }, { property: 'og:url', content: 'https://gorb.app' },
{ property: 'og:type', content: 'website' }, { property: 'og:type', content: 'website' },
{ property: 'og:site_name', content: 'Gorb' }, { property: 'og:site_name', content: 'Gorb' },
@ -22,7 +21,6 @@ export default defineNuxtConfig({
], ],
link: [ link: [
{ rel: "canonical", href: "https://gorb.app" }, { rel: "canonical", href: "https://gorb.app" },
{ rel: "icon", href: "//public/beaver_2.png", type: "image/png" }
] ]
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB