From 388c05a3a2f6225d1ad1cbc3d08da31cfd26c83d Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Tue, 21 Apr 2026 16:55:57 +0200 Subject: [PATCH] fix(05): update test.vue path to /fr/blog prefix, add compatibilityDate --- app/pages/test.vue | 2 +- nuxt.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/pages/test.vue b/app/pages/test.vue index e99c76c..480ca8d 100644 --- a/app/pages/test.vue +++ b/app/pages/test.vue @@ -1,6 +1,6 @@ diff --git a/nuxt.config.ts b/nuxt.config.ts index f1f88c2..bc2f1d5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,4 +1,5 @@ export default defineNuxtConfig({ + compatibilityDate: '2026-04-21', future: { compatibilityVersion: 4 },