From e99ea450f599557789e612e7e04d0bf7cec76aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 6 Nov 2024 00:59:09 +0100 Subject: [PATCH] docs: update to lucide --- docs/app.config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/app.config.ts b/docs/app.config.ts index d5f4ef29..09ea0b05 100644 --- a/docs/app.config.ts +++ b/docs/app.config.ts @@ -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: {