Fork of Chiri for Astro for my blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Removing theme changer, light mode all the time

-2
-2
src/layouts/BaseLayout.astro
··· 1 1 --- 2 2 import { themeConfig } from '@/config' 3 3 import { ClientRouter } from 'astro:transitions' 4 - import ThemeManager from '@/components/ui/ThemeManager.astro' 5 4 import TransitionWrapper from '@/components/layout/TransitionWrapper.astro' 6 5 import type { LayoutProps } from '@/types' 7 6 ··· 18 17 19 18 <html lang={language}> 20 19 <head> 21 - <ThemeManager /> 22 20 {fadeAnimation && <ClientRouter />} 23 21 <slot name="head" /> 24 22 </head>