From 10b403d500a6a3d93e3fa6ed3431735cae1f4815 Mon Sep 17 00:00:00 2001 From: Dany Date: Wed, 8 Jan 2025 19:55:59 +0100 Subject: [PATCH] fix: small tweaks --- app/components/NavFooter.vue | 6 ++---- app/pages/(info)/contacts.vue | 3 ++- nuxt.config.ts | 2 -- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/app/components/NavFooter.vue b/app/components/NavFooter.vue index 7b6e5f7..e8b6eb3 100644 --- a/app/components/NavFooter.vue +++ b/app/components/NavFooter.vue @@ -37,10 +37,8 @@ const error = useError()
- - - +
diff --git a/app/pages/(info)/contacts.vue b/app/pages/(info)/contacts.vue index d52036d..58cf76c 100644 --- a/app/pages/(info)/contacts.vue +++ b/app/pages/(info)/contacts.vue @@ -49,7 +49,8 @@ const { title } = useAppConfig()

{{ member.name }} diff --git a/nuxt.config.ts b/nuxt.config.ts index 957e271..238f17c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -177,8 +177,6 @@ export default defineNuxtConfig({ routeRules: { '/': { prerender: true }, - '/board': { ssr: false }, - '/cards': { ssr: false }, '/contacts': { prerender: true }, '/terms': { prerender: true }, },