From 18b4bc64b31f2fd28963ad47bbbe94e6a8e6e63b Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 11 Jun 2024 14:15:51 -1000 Subject: [PATCH] chore: :wrench: Set Nuxt compatibility version to 4 --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index d9ab0cd..833ba61 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -15,6 +15,9 @@ export default defineNuxtConfig({ isCustomElement: (tag) => tag === "iconify-icon", }, }, + future: { + compatibilityVersion: 4, + }, pwa: { manifest: { name: "Lysand",