diff --git a/app/components/PPR/HeroBanner.vue b/app/components/PPR/HeroBanner.vue index df9e5c1..0beb48e 100644 --- a/app/components/PPR/HeroBanner.vue +++ b/app/components/PPR/HeroBanner.vue @@ -1,5 +1,5 @@ @@ -11,25 +11,27 @@ const localePath = useLocalePath()

{{ $t('page.ppr.intro.p1') }}

- -
- - - -
+ + +
+ + + +
- + +
diff --git a/app/layouts/default.vue b/app/layouts/default.vue index d40bd30..35a7388 100644 --- a/app/layouts/default.vue +++ b/app/layouts/default.vue @@ -2,18 +2,14 @@
- - - - - + + +
- - - +
diff --git a/app/pages/dashboard.vue b/app/pages/dashboard.vue index b7fd963..1488339 100644 --- a/app/pages/dashboard.vue +++ b/app/pages/dashboard.vue @@ -24,8 +24,8 @@ onMounted(async () => { }) diff --git a/nuxt.config.ts b/nuxt.config.ts index 5a52a4e..8ac8d6a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,6 +1,6 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ - devtools: { enabled: false }, + devtools: { enabled: true }, ssr: true, future: {