From 22d0c0a259ea87ecd639ffae1be8b0506ccc1bb1 Mon Sep 17 00:00:00 2001 From: ken Date: Tue, 8 Apr 2025 20:58:22 +0800 Subject: [PATCH] fix: update GitHub link in starlight configuration --- apps/docs/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/astro.config.mjs b/apps/docs/astro.config.mjs index ba16840a..140f384e 100644 --- a/apps/docs/astro.config.mjs +++ b/apps/docs/astro.config.mjs @@ -48,7 +48,7 @@ export default defineConfig({ starlight({ title: "dDevKit", social: { - github: "https://github.com/fractaldotbox/geist-ddev-kit", + github: "https://github.com/fractaldotbox/ddevkit", }, customCss: [ // Path to your Tailwind base styles: