mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
fix(docs): astro starlight repo URL → Memo-2023/managarten
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.
This commit is contained in:
parent
b1b9bbc269
commit
0aec1d43c0
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ export default defineConfig({
|
||||||
replacesTitle: false,
|
replacesTitle: false,
|
||||||
},
|
},
|
||||||
social: {
|
social: {
|
||||||
github: 'https://github.com/mana/managarten',
|
github: 'https://github.com/Memo-2023/managarten',
|
||||||
},
|
},
|
||||||
editLink: {
|
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'],
|
customCss: ['./src/styles/custom.css'],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue