Fixed horrible loading pattern for calendar

This commit is contained in:
Alexis
2024-08-24 14:01:16 +02:00
parent 23e996ee2e
commit 19a71d356e
6 changed files with 46 additions and 27 deletions

View File

@@ -28,8 +28,5 @@ export default defineNuxtConfig({
preference: 'dark',
fallback: 'dark',
},
supabase: {
redirect: false
},
eslint: {}
})