chore: fix embed
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 30s

This commit is contained in:
kittentm 2026-07-20 23:46:52 +02:00
commit 2c78b5d259
Signed by: kitten
GPG key ID: 394B4EABE4405A83

View file

@ -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'
})
</script>