Switch to Astro

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2022-10-01 19:35:07 +01:00
parent 6741f91f5c
commit 9241dc0783
Signed by: lucxjo
GPG key ID: B140F8923EF88DA9
46 changed files with 3009 additions and 5145 deletions

View file

@ -1,39 +0,0 @@
import { defineNuxtConfig } from 'nuxt';
// https://v3.nuxtjs.org/api/configuration/nuxt.config
export default defineNuxtConfig({
app: {
head: {
link: [{ rel: 'icon', type: 'image/png', href: '/favicon.png' }],
title: 'Vänner Bästa | Friends Best',
meta: [
{
property: 'og:image',
content: 'https://www.vannerba.st/yr.jpg',
},
{ name: 'twitter:card', content: 'summary' },
{ name: 'twitter:site', content: '@Ludoviko_' },
{
name: 'twitter:creator',
content: '@Ludoviko_',
},
{
property: 'og:title',
content: 'Vänner Bästa | Friends Best',
},
{
property: 'og:description',
content:
'A Young Royals fan website with links to different discussion spaces.',
},
{ name: 'og:type', content: 'website' },
{
name: 'description',
content:
'A Young Royals fan website with links to different discussion spaces.',
},
],
},
},
css: ['@/assets/styles/globals.scss'],
});