From 686acb595b3f18b4dcf4e3b956509d090259b934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Mon, 11 Nov 2024 18:23:06 -0500 Subject: [PATCH] chore(nuxt): bump `compatibilityDate` in nuxt config --- nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 4057077..b2ef49a 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -144,4 +144,6 @@ export default defineNuxtConfig({ types: true, }, }, + + compatibilityDate: "2024-11-07", });