feat: add cloud save backend

This commit is contained in:
DecDuck
2025-04-01 21:08:57 +11:00
parent e7109e58bb
commit 36e6c92938
26 changed files with 642 additions and 35 deletions

View File

@ -50,7 +50,7 @@ export default defineNuxtConfig({
// Module config from here down
modules: [
"vue3-carousel-nuxt",
"nuxt-security",
// "nuxt-security",
"@nuxt/image",
"@nuxt/fonts",
],
@ -59,6 +59,7 @@ export default defineNuxtConfig({
prefix: "Vue",
},
/*
security: {
headers: {
contentSecurityPolicy: {
@ -76,4 +77,5 @@ export default defineNuxtConfig({
},
rateLimiter: false
},
*/
});