Skip to content

Commit e99ea45

Browse files
committed
docs: update to lucide
1 parent a81a5ad commit e99ea45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/app.config.ts

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ export default defineAppConfig({
99
},
1010
header: {
1111
wrapper: 'lg:mb-0 border-0'
12+
},
13+
icons: {
14+
dark: 'i-lucide-moon',
15+
light: 'i-lucide-sun',
16+
system: 'i-lucide-screen',
17+
search: 'i-lucide-search',
18+
external: 'i-lucide-arrow-up-right',
19+
chevron: 'i-lucide-chevron-down',
20+
hash: 'i-lucide-hash',
21+
menu: 'i-lucide-menu',
22+
close: 'i-lucide-x',
23+
check: 'i-lucide-circle-check'
1224
}
1325
},
1426
seo: {

0 commit comments

Comments
 (0)