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