diff --git a/apps/docs/theme.config.tsx b/apps/docs/theme.config.tsx index 748de21..60919b5 100644 --- a/apps/docs/theme.config.tsx +++ b/apps/docs/theme.config.tsx @@ -16,6 +16,9 @@ const config: DocsThemeConfig = { text: 'UniLLM', }, darkMode: true, + nextThemes: { + defaultTheme: "dark", + }, themeSwitch: { component: false, },