File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import Logger from "js-logger";
1818const DEFAULT_SETTINGS : QuartzSyncerSettings = {
1919 git : {
2020 remoteUrl : "" ,
21- branch : "main " ,
21+ branch : "v4 " ,
2222 corsProxyUrl : "" ,
2323 auth : {
2424 type : "basic" ,
@@ -257,7 +257,7 @@ export default class QuartzSyncer extends Plugin {
257257 remoteUrl : githubUserName
258258 ? `https://github.com/${ githubUserName } /${ githubRepo } .git`
259259 : "" ,
260- branch : "main " ,
260+ branch : "v4 " ,
261261 corsProxyUrl : "" ,
262262 auth : {
263263 type : "basic" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default class QuartzSyncerSiteManager {
3232 this . baseSyncerConnection = new RepositoryConnection ( {
3333 gitSettings : {
3434 remoteUrl : "https://github.com/saberzero1/quartz.git" ,
35- branch : "main " ,
35+ branch : "v4 " ,
3636 auth : { type : "none" } ,
3737 } ,
3838 contentFolder : "content" ,
You can’t perform that action at this time.
0 commit comments