From 5dfa13f8e265e7d14b21024400f82be2e3fcc64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangJoo=20Park=28=EB=B0=95=EC=B0=BD=EC=A3=BC=29?= Date: Wed, 14 May 2025 12:14:36 +0900 Subject: [PATCH] feat: update social --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index cf5e5dc..64ade87 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -31,7 +31,7 @@ export default defineConfig({ { icon: "github", label: "GitHub", - href: "https://github.com/withastro/starlight", + href: "https://github.com/changjoo-park/learn-flutter", }, ], sidebar: sidebars,