Dominik Milacher 73083ded58
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 1m7s
Overhaul content management
2025-10-22 19:31:38 +02:00

10 lines
148 B
TypeScript

export default defineAppConfig({
ui: {
colors: {
primary: 'gimblet',
secondary: 'stone',
neutral: 'sandstone'
}
},
})