mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28: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",
|
isCustomElement: (tag) => tag === "iconify-icon",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
future: {
|
||||||
|
compatibilityVersion: 4,
|
||||||
|
},
|
||||||
pwa: {
|
pwa: {
|
||||||
manifest: {
|
manifest: {
|
||||||
name: "Lysand",
|
name: "Lysand",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue