Skip to content

Commit

Permalink
docs: update to lucide
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 5, 2024
1 parent a81a5ad commit e99ea45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ export default defineAppConfig({
},
header: {
wrapper: 'lg:mb-0 border-0'
},
icons: {
dark: 'i-lucide-moon',
light: 'i-lucide-sun',
system: 'i-lucide-screen',
search: 'i-lucide-search',
external: 'i-lucide-arrow-up-right',
chevron: 'i-lucide-chevron-down',
hash: 'i-lucide-hash',
menu: 'i-lucide-menu',
close: 'i-lucide-x',
check: 'i-lucide-circle-check'
}
},
seo: {
Expand Down

0 comments on commit e99ea45

Please sign in to comment.