File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @rocket/launch ' : patch
3+ ---
4+
5+ Change the default gitBranch to main
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export class LayoutMain extends Layout {
5757 </ picture >
5858 ` ,
5959 gitSiteUrl : 'https://github.com/modernweb-dev/rocket' ,
60- gitBranch : 'next ' ,
60+ gitBranch : 'main ' ,
6161 description : 'A static site generator for modern web development' ,
6262 socialLinks : [
6363 {
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ export const defaultGlobalOptions = {
33 logoSrc : '/icon.svg' ,
44 logoAlt : 'Rocket Logo' ,
55 gitSiteUrl : 'https://github.com/modernweb-dev/rocket' ,
6- gitBranch : 'master ' ,
6+ gitBranch : 'main ' ,
77 description : 'A static site generator for modern web development' ,
88} ;
You can’t perform that action at this time.
0 commit comments