From 0aec1d43c0150ea8c8084b968c4bfd02ad59d823 Mon Sep 17 00:00:00 2001 From: Till JS Date: Sat, 9 May 2026 01:28:50 +0200 Subject: [PATCH] =?UTF-8?q?fix(docs):=20astro=20starlight=20repo=20URL=20?= =?UTF-8?q?=E2=86=92=20Memo-2023/managarten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vorbestehender Bug: zeigte auf nicht-existente Org `mana/`. Korrigiert auf den tatsächlichen GitHub-Pfad. Edit-Link auf docs-Seite + GitHub- Icon im Footer funktionieren jetzt. --- apps/docs/astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/astro.config.mjs b/apps/docs/astro.config.mjs index c92206c81..0f249b13e 100644 --- a/apps/docs/astro.config.mjs +++ b/apps/docs/astro.config.mjs @@ -16,10 +16,10 @@ export default defineConfig({ replacesTitle: false, }, social: { - github: 'https://github.com/mana/managarten', + github: 'https://github.com/Memo-2023/managarten', }, editLink: { - baseUrl: 'https://github.com/mana/managarten/edit/main/apps/docs/', + baseUrl: 'https://github.com/Memo-2023/managarten/edit/main/apps/docs/', }, customCss: ['./src/styles/custom.css'], sidebar: [