mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 22:59:56 +01:00
13 lines
184 B
TypeScript
13 lines
184 B
TypeScript
export default defineAppConfig({
|
|
ui: {
|
|
gray: 'neutral',
|
|
primary: 'gray',
|
|
container: {
|
|
constrained: 'max-w-3xl'
|
|
},
|
|
icons: {
|
|
dynamic: true
|
|
}
|
|
}
|
|
})
|