mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-03 17:31:44 +01:00
Initial commit
This commit is contained in:
12
app/app.config.ts
Normal file
12
app/app.config.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
gray: 'neutral',
|
||||
primary: 'gray',
|
||||
container: {
|
||||
constrained: 'max-w-3xl',
|
||||
},
|
||||
icons: {
|
||||
dynamic: true,
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user