Update Nuxt config

This commit is contained in:
2024-08-19 22:20:10 +02:00
parent bf1624deab
commit 4d49b335eb

View File

@@ -43,30 +43,16 @@ export default defineNuxtConfig({
// Nuxt UI // Nuxt UI
ui: { ui: {
safelistColors: [ safelistColors: [
'slate',
'gray', 'gray',
'zinc', 'zinc',
'neutral',
'stone',
'red', 'red',
'orange', 'orange',
'amber', 'amber',
'yellow',
'lime',
'green', 'green',
'emerald', 'emerald',
'teal',
'cyan',
'sky', 'sky',
'blue', 'blue',
'indigo',
'violet',
'purple', 'purple',
'fuchsia',
'pink',
'rose',
'black',
'white',
], ],
}, },
@@ -153,5 +139,5 @@ export default defineNuxtConfig({
}, },
}, },
compatibilityDate: '2024-07-08', compatibilityDate: '2024-08-19',
}) })