diff --git a/astro.config.mjs b/astro.config.mjs index 234832ac..6c348667 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -29,6 +29,7 @@ export default defineConfig({ Hero: "./src/components/Hero.astro", SiteTitle: "./src/components/SiteTitle.astro", ThemeProvider: "./src/components/ThemeProvider.astro", + ThemeSelect: "./src/components/ThemeSelect.astro", }, head: [ { diff --git a/src/components/ThemeSelect.astro b/src/components/ThemeSelect.astro new file mode 100644 index 00000000..1527e380 --- /dev/null +++ b/src/components/ThemeSelect.astro @@ -0,0 +1,86 @@ +--- +--- + + + + + + + + + +