diff --git a/src/lib/shared.ts b/src/lib/shared.ts index 9818196..a3d03f4 100644 --- a/src/lib/shared.ts +++ b/src/lib/shared.ts @@ -6,6 +6,6 @@ export const docsContentRoute = '/llms.mdx/docs'; // fill this with your actual GitHub info, for example: export const gitConfig = { user: 'mx-space', - repo: 'mx-doc', + repo: 'docs', branch: 'main', };