Skip to content

Commit 242e9ea

Browse files
committed
chore(docs): default GitHub branch master
1 parent 95669df commit 242e9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/src/composables/useDocs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function githubRepoBaseUrl(): string | null {
120120
}
121121

122122
function githubDefaultBranch(): string {
123-
return ((import.meta.env.VITE_GITHUB_DEFAULT_BRANCH as string | undefined) || 'main').trim() || 'main'
123+
return ((import.meta.env.VITE_GITHUB_DEFAULT_BRANCH as string | undefined) || 'master').trim() || 'master'
124124
}
125125

126126
function githubBlobBaseUrl(): string | null {

0 commit comments

Comments
 (0)