Skip to content

Commit

Permalink
add some config for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dddrop committed Jun 5, 2024
1 parent dde298c commit 1cea1cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ export default defineNuxtConfig({
stylistic: true,
},
},
ui: {
icons: ['ph', 'simple-icons'],
},
colorMode: {
preference: 'dark',
},
})

0 comments on commit 1cea1cd

Please sign in to comment.