Skip to content

Commit ab399bb

Browse files
committed
feat: add githubUrl
1 parent 8e2324f commit ab399bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/src/components/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function DocsLayout({
1818
...baseOptions({ title: t('title') }),
1919
tree: pageTree,
2020
sidebar: {},
21+
githubUrl: 'https://github.com/xiaoyu2er/nextjs-i18n-docs',
2122
};
2223

2324
return <FumaDocsLayout {...docsLayout}>{children}</FumaDocsLayout>;

0 commit comments

Comments
 (0)