Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 48307a4

Browse files
authored
docs: fix docsRepositoryBase to correct edit link (#26)
Signed-off-by: 浮心物语 <[email protected]>
1 parent fcca0e7 commit 48307a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const config: DocsThemeConfig = {
7070
project: {
7171
link: 'https://github.com/mx-space/core',
7272
},
73-
docsRepositoryBase: 'https://github.com/mx-space/docs',
73+
docsRepositoryBase: 'https://github.com/mx-space/docs/blob/main/pages',
7474
footer: {
7575
text: (
7676
<div className="flex w-full flex-col items-center sm:items-start">

0 commit comments

Comments
 (0)