Files
changelog-artsite/app/app.config.ts
ArthurDanjou fcb9162017 Initial commit
Created from https://vercel.com/new
2025-09-06 14:11:17 +00:00

18 lines
256 B
TypeScript

export default defineAppConfig({
repository: 'nuxt/ui',
ui: {
colors: {
primary: 'green',
neutral: 'slate'
},
prose: {
li: {
base: 'break-words'
},
a: {
base: 'break-words'
}
}
}
})