aboutsummaryrefslogtreecommitdiffhomepage
path: root/astro.config.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'astro.config.mjs')
-rw-r--r--astro.config.mjs1
1 files changed, 1 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs
index c1b5221..ef0da2a 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -226,6 +226,7 @@ export default defineConfig({
],
components: {
PageTitle: "./src/components/starlight/PageTitle.astro",
+ SocialIcons: "./src/components/starlight/SocialIcons.astro",
},
}),
],