diff --git a/nuxt.config.ts b/nuxt.config.ts index ca82a71..5fc19c8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -14,7 +14,6 @@ export default defineNuxtConfig({ meta: [ { 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:image', content: '//public/beaver_1.jpg' }, { property: 'og:url', content: 'https://gorb.app' }, { property: 'og:type', content: 'website' }, { property: 'og:site_name', content: 'Gorb' }, @@ -22,7 +21,6 @@ export default defineNuxtConfig({ ], link: [ { rel: "canonical", href: "https://gorb.app" }, - { rel: "icon", href: "//public/beaver_2.png", type: "image/png" } ] } } diff --git a/public/beaver_1.jpg b/public/beaver_1.jpg deleted file mode 100644 index 637735c..0000000 Binary files a/public/beaver_1.jpg and /dev/null differ diff --git a/public/beaver_2.png b/public/beaver_2.png deleted file mode 100644 index 76a6e40..0000000 Binary files a/public/beaver_2.png and /dev/null differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..b3d28fa Binary files /dev/null and b/public/favicon.ico differ