There was an error while loading. Please reload this page.
1 parent 95669df commit 242e9eaCopy full SHA for 242e9ea
1 file changed
apps/web/src/composables/useDocs.ts
@@ -120,7 +120,7 @@ function githubRepoBaseUrl(): string | null {
120
}
121
122
function githubDefaultBranch(): string {
123
- return ((import.meta.env.VITE_GITHUB_DEFAULT_BRANCH as string | undefined) || 'main').trim() || 'main'
+ return ((import.meta.env.VITE_GITHUB_DEFAULT_BRANCH as string | undefined) || 'master').trim() || 'master'
124
125
126
function githubBlobBaseUrl(): string | null {
0 commit comments