Changed styles. Added error page.

This commit is contained in:
MarcUs7i 2025-05-29 00:16:04 +02:00
parent c3735e4716
commit 1969e08aa0
14 changed files with 5995 additions and 3218 deletions

View file

@ -35,5 +35,19 @@ export default defineNuxtConfig({
}
},
compatibilityDate: '2025-03-22',
ui: {
theme: {
colors: [
'primary',
'pixelgreen',
'secondary',
'info',
'success',
'warning',
'error'
]
}
},
compatibilityDate: '2025-05-29',
})