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