Skip to content

Commit cffe991

Browse files
committed
fix(edit-page): update link for GitHub source
1 parent 8fe9296 commit cffe991

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const RootLayout: FC<LayoutProps> = async ({ children }) => {
9595
lastUpdated={<LastUpdated>Last Updated</LastUpdated>}
9696
themeSwitch={themeConfig.themeSwitch.getOptions()}
9797
footer={themeConfig.footer}
98+
docsRepositoryBase={themeConfig.docsRepositoryBase}
9899
editLink={themeConfig.editLink}
99100
feedback={themeConfig.feedback}
100101
toc={themeConfig.toc}

src/theme.config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const config = {
1818
</svg>
1919
),
2020
},
21-
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop/src/content',
21+
docsRepositoryBase: 'https://github.com/connectbot/connectbot.github.io/tree/develop',
2222
footer: (
2323
<div
2424
style={{

0 commit comments

Comments
 (0)