From 246f2023bc93528faafd3b5878b24f7b1a8af998 Mon Sep 17 00:00:00 2001 From: Jennie Robinson Faber Date: Fri, 22 May 2026 14:58:57 +0100 Subject: [PATCH] Add a sweet ghostie favicon --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index ab9ad7d..349dc75 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -23,6 +23,7 @@ export default defineNuxtConfig({ title: "Ghost Guild", titleTemplate: "%s ยท Ghost Guild", link: [ + { rel: "icon", type: "image/svg+xml", href: "/ghosties/Ghost-Sweet.svg" }, { rel: "preconnect", href: "https://fonts.googleapis.com" }, { rel: "preconnect",