diff --git a/astro/astro.config.mjs b/astro/astro.config.mjs
index 6cdfd8d6..f5a30182 100644
--- a/astro/astro.config.mjs
+++ b/astro/astro.config.mjs
@@ -66,6 +66,8 @@ export default defineConfig({
'facebook', 'instagram', 'linkedin', 'rss-fill', 'tiktok', 'globe', 'mastodon', 'twitter',
// Descriptive
'gift-fill', 'pencil-fill', 'people-fill', 'person-fill', 'puzzle-fill', 'stopwatch-fill', 'tools',
+ // Theme toggle
+ 'sun-fill', 'moon-fill', 'circle-half', 'check-lg',
],
// CoreUI Brands
cib: [
diff --git a/astro/src/components/Header.astro b/astro/src/components/Header.astro
index 1b8b3009..fcff7449 100644
--- a/astro/src/components/Header.astro
+++ b/astro/src/components/Header.astro
@@ -77,7 +77,7 @@ const breadCrumbs: Breadcrumbs =