From 90692c8a23938c7b38b33a47261ade6f2b89261c Mon Sep 17 00:00:00 2001 From: kittentm Date: Wed, 13 May 2026 00:13:45 +0200 Subject: [PATCH] ci: fix --- app/app.vue | 4 ++-- app/components/TheHeader.vue | 19 +++++++++++++++---- app/pages/[...slug].vue | 20 ++++++++++++-------- nuxt.config.ts | 16 ++++++++-------- 4 files changed, 37 insertions(+), 22 deletions(-) diff --git a/app/app.vue b/app/app.vue index de1b554..1c47105 100644 --- a/app/app.vue +++ b/app/app.vue @@ -28,7 +28,7 @@ useSeoMeta({ - + @@ -52,4 +52,4 @@ useSeoMeta({ - \ No newline at end of file + diff --git a/app/components/TheHeader.vue b/app/components/TheHeader.vue index 29cbf02..cfd67eb 100644 --- a/app/components/TheHeader.vue +++ b/app/components/TheHeader.vue @@ -2,7 +2,10 @@