diff --git a/_cms.ts b/_cms.ts index 54b2eca..89992ff 100644 --- a/_cms.ts +++ b/_cms.ts @@ -30,7 +30,7 @@ cms.storage( client: new Octokit({ auth: Deno.env.get("GITHUB_TOKEN") }), owner: "juliecogley", repo: "julie_portfolio", - branch: "review", + branch: "main", path: "src", }), );