diff --git a/src/lib/layout.shared.tsx b/src/lib/layout.shared.tsx index 7dc2d7f..ab03746 100644 --- a/src/lib/layout.shared.tsx +++ b/src/lib/layout.shared.tsx @@ -4,7 +4,7 @@ import { buildDocsPath } from "./url-base"; export const gitConfig = { user: "superwall", - repo: "superwall-docs", + repo: "docs", branch: "main", };