mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 20:59:57 +01:00
13 lines
189 B
TypeScript
13 lines
189 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
container: {
|
|
base: 'max-w-4xl',
|
|
},
|
|
colors: {
|
|
primary: 'neutral',
|
|
neutral: 'neutral',
|
|
red: 'red',
|
|
},
|
|
},
|
|
})
|