From 2deb4b27f69db9547ce9c2e6bea425b92706db9b Mon Sep 17 00:00:00 2001 From: Dany Date: Fri, 27 Dec 2024 22:17:37 +0100 Subject: [PATCH] chore: improve lighthouse score --- .gitignore | 3 ++- app/components/NavHeader.vue | 2 +- app/pages/(info)/contacts.vue | 3 ++- app/pages/board.vue | 5 +++-- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5114f73..779ef62 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,5 @@ logs .env.* !.env.example .wrangler -.eslintcache \ No newline at end of file +.eslintcache +.unlighthouse \ No newline at end of file diff --git a/app/components/NavHeader.vue b/app/components/NavHeader.vue index 49d325b..9148f51 100644 --- a/app/components/NavHeader.vue +++ b/app/components/NavHeader.vue @@ -12,7 +12,7 @@ const { title } = useAppConfig() {{ title }} - diff --git a/app/pages/(info)/contacts.vue b/app/pages/(info)/contacts.vue index 6112d7b..fc4a035 100644 --- a/app/pages/(info)/contacts.vue +++ b/app/pages/(info)/contacts.vue @@ -45,7 +45,8 @@ const { title } = useAppConfig()

{{ member.name }} diff --git a/app/pages/board.vue b/app/pages/board.vue index 9e09fe6..4ce4d57 100644 --- a/app/pages/board.vue +++ b/app/pages/board.vue @@ -111,7 +111,7 @@ function extractNumber() { {{ $t('game.id') }}: {{ gameId }}

-

+

{{ $t('game.description') }}

@@ -148,7 +148,8 @@ function extractNumber() { - +