some style changes and cookies persistance added

This commit is contained in:
María
2025-10-06 14:22:30 +02:00
parent f5f4f4529a
commit b945bf0673
12 changed files with 30 additions and 35 deletions

View File

@@ -20,6 +20,9 @@ export default defineNuxtConfig({
})
}
],
pinia: {
storesDirs: ['./stores/**'],
},
css: [
'~/assets/scss/main.scss',
'bootstrap/dist/css/bootstrap.min.css',