Rework ward skins

This commit is contained in:
BlossomiShymae
2024-10-10 00:32:42 -05:00
parent d576a55a60
commit edd8c8a95e
4 changed files with 80 additions and 85 deletions

View File

@@ -2,6 +2,7 @@
export default defineNuxtConfig({
devtools: { enabled: true },
ssr: false,
app: {
baseURL: "/clean-cuts/",
pageTransition: {
@@ -56,7 +57,10 @@ export default defineNuxtConfig({
],
},
},
experimental: {
payloadExtraction: false,
},
})
compatibilityDate: "2024-10-09",
})