From 2c78b5d25925444b413bbf68adebb8ef571eca7a Mon Sep 17 00:00:00 2001 From: kittentm Date: Mon, 20 Jul 2026 23:46:52 +0200 Subject: [PATCH] chore: fix embed --- app/app.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/app.vue b/app/app.vue index 133b620..5ddc353 100644 --- a/app/app.vue +++ b/app/app.vue @@ -12,14 +12,14 @@ useHead({ }) const title = 'Spacebar Network' -const description = 'Spacebar Network(SPBR) is a extension of Splatfestival Network(SPFN), which aims to be a Nintendo Network recreation primarily with the intention of hosting Splatfests with Splatfestival. (Spacebar is seperate from this purpose, however we are still partnered with Splatfestival.)' +const description = 'Spacebar Network, shortened as "Spacebar", "SPBR", or as our former name "Splatfestival Network", is a Nintendo Network continuation with the goal of providing the best experience possible. Our servers are designed to be: (A) Fast, (B) Stable, (C) Secure, AND MOST IMPORTANTLY:, (D) With functionality as close to Nintendo Network as possible.' useSeoMeta({ title, description, ogTitle: title, ogDescription: description, - twitterCard: 'summary_large_image' + ogImage: 'https://git.spbr.net/spacebar/website/raw/branch/master/public/spbr-coloured.png' })