We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d5fb2 commit 660f64cCopy full SHA for 660f64c
3 files changed
.changeset/nervous-fans-dream.md
@@ -0,0 +1,5 @@
1
+---
2
+'@rocket/launch': patch
3
4
+
5
+Change the default gitBranch to main
packages/launch/src/LayoutMain.js
@@ -57,7 +57,7 @@ export class LayoutMain extends Layout {
57
</picture>
58
`,
59
gitSiteUrl: 'https://github.com/modernweb-dev/rocket',
60
- gitBranch: 'next',
+ gitBranch: 'main',
61
description: 'A static site generator for modern web development',
62
socialLinks: [
63
{
packages/launch/src/_shared.js
@@ -3,6 +3,6 @@ export const defaultGlobalOptions = {
logoSrc: '/icon.svg',
logoAlt: 'Rocket Logo',
6
- gitBranch: 'master',
7
8
};
0 commit comments