From b77d2a79706fecc26b97f541c8334105bd61381d Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Mon, 26 May 2025 21:07:36 +0200 Subject: [PATCH] try this? --- nuxt.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 0987ab2..acf2704 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -10,7 +10,7 @@ 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:image', content: '//public/beaver_1.jpg' }, { property: 'og:url', content: 'https://gorb.app' }, { property: 'og:type', content: 'website' }, { property: 'og:site_name', content: 'Gorb' }, @@ -18,7 +18,7 @@ export default defineNuxtConfig({ ], link: [ { rel: "canonical", href: "https://gorb.app" }, - { rel: "icon", href: "/public/beaver_2.png", type: "image/png" } + { rel: "icon", href: "//public/beaver_2.png", type: "image/png" } ] } }