mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
chore: 🔧 Set Nuxt compatibility version to 4
This commit is contained in:
parent
44dc06454c
commit
18b4bc64b3
|
|
@ -15,6 +15,9 @@ export default defineNuxtConfig({
|
|||
isCustomElement: (tag) => tag === "iconify-icon",
|
||||
},
|
||||
},
|
||||
future: {
|
||||
compatibilityVersion: 4,
|
||||
},
|
||||
pwa: {
|
||||
manifest: {
|
||||
name: "Lysand",
|
||||
|
|
|
|||
Loading…
Reference in a new issue