Skip to content

Commit 660f64c

Browse files
committed
fix(launch): change the default git branch to main
1 parent 97d5fb2 commit 660f64c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/nervous-fans-dream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@rocket/launch': patch
3+
---
4+
5+
Change the default gitBranch to main

packages/launch/src/LayoutMain.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

packages/launch/src/_shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

0 commit comments

Comments
 (0)