From 99d6d606a8c60bbb4c27239e909086a0777aa6ea Mon Sep 17 00:00:00 2001 From: Duncan Crawbuck Date: Wed, 18 Mar 2026 17:01:29 -0700 Subject: [PATCH] Fix docs GitHub repository URL --- src/lib/layout.shared.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/layout.shared.tsx b/src/lib/layout.shared.tsx index 7dc2d7fc..ab037466 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", };