From 063f856de842c2ddd896b9e53880b892a035b9a2 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sat, 21 Mar 2026 03:12:14 -0700 Subject: [PATCH] Correct GitHub links in astro.config.mts --- docs/astro.config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/astro.config.mts b/docs/astro.config.mts index 8f88f294..95594111 100644 --- a/docs/astro.config.mts +++ b/docs/astro.config.mts @@ -33,7 +33,7 @@ export default defineConfig({ social: [ { label: "GitHub", - href: "https://github.com/withstudiocms/express-code-twoslash/", + href: "https://github.com/withstudiocms/expressive-code-twoslash/", icon: "github", }, { @@ -58,7 +58,7 @@ export default defineConfig({ }, ], editLink: { - baseUrl: "https://github.com/withstudiocms/express-code-twoslash/edit/main/docs/", + baseUrl: "https://github.com/withstudiocms/expressive-code-twoslash/edit/main/docs/", }, customCss: ["./src/styles/starlight.css"], head: [