mirror of
https://github.com/ArthurDanjou/changelog-artsite.git
synced 2026-01-14 12:14:34 +01:00
18 lines
269 B
TypeScript
18 lines
269 B
TypeScript
export default defineAppConfig({
|
|
repository: 'arthurdanjou/artsite',
|
|
ui: {
|
|
colors: {
|
|
primary: 'green',
|
|
neutral: 'slate'
|
|
},
|
|
prose: {
|
|
li: {
|
|
base: 'break-words'
|
|
},
|
|
a: {
|
|
base: 'break-words'
|
|
}
|
|
}
|
|
}
|
|
})
|