File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,11 @@ export default defineConfig({
1010 react ( ) ,
1111 starlight ( {
1212 title : 'llms.py' ,
13+ defaultColorScheme : 'light' ,
1314 logo : {
1415 src : './src/assets/logo.svg' ,
1516 alt : 'llms.py logo'
16- } ,
17+ } ,
1718 social : [
1819 { icon : 'github' , label : 'GitHub' , href : 'https://github.com/ServiceStack/llms' }
1920 ] ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import LanguageSelect from '@astrojs/starlight/components/LanguageSelect.astro';
44import Search from ' @astrojs/starlight/components/Search.astro' ;
55import SiteTitle from ' ./SiteTitle.astro' ;
66import SocialIcons from ' @astrojs/starlight/components/SocialIcons.astro' ;
7- import ThemeSelect from ' @astrojs/starlight/components/ThemeSelect.astro' ;
87---
98
109<div class =" header sl-flex" >
@@ -18,7 +17,6 @@ import ThemeSelect from '@astrojs/starlight/components/ThemeSelect.astro';
1817 <div class =" sl-flex social-icons" >
1918 <SocialIcons {... Astro .props } />
2019 </div >
21- <ThemeSelect {... Astro .props } />
2220 <LanguageSelect {... Astro .props } />
2321 </div >
2422</div >
You can’t perform that action at this time.
0 commit comments