Skip to content

Commit 3b1fb8f

Browse files
committed
update organizationName
Signed-off-by: frezes <[email protected]>
1 parent 42dda78 commit 3b1fb8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ const config = {
1313
favicon: 'img/WhizardTelemetry.svg',
1414

1515
// Set the production url of your site here
16-
url: 'https://whizardtelemetry.github.io',
16+
url: 'https://wiztelemetry.github.io',
1717
// Set the /<baseUrl>/ pathname under which your site is served
1818
// For GitHub pages deployment, it is often '/<projectName>/'
1919
baseUrl: '/',
2020

2121
// GitHub pages deployment config.
2222
// If you aren't using GitHub pages, you don't need these.
23-
organizationName: 'WhizardTelemetry', // Usually your GitHub org/user name.
24-
projectName: 'whizardtelemetry.github.io', // Usually your repo name.
23+
organizationName: 'WizTelemetry', // Usually your GitHub org/user name.
24+
projectName: 'wiztelemetry.github.io', // Usually your repo name.
2525
deploymentBranch: 'gh-pages',
2626

2727
onBrokenLinks: 'throw',
@@ -48,7 +48,7 @@ const config = {
4848
// Please change this to your repo.
4949
// Remove this to remove the "edit this page" links.
5050
editUrl:
51-
'https://github.com/WhizardTelemetry/whizardtelemetry.github.io/',
51+
'https://github.com/WizTelemetry/wiztelemetry.github.io/',
5252
},
5353
blog: {
5454
showReadingTime: true,
@@ -89,7 +89,7 @@ const config = {
8989
position: 'right',
9090
},
9191
{
92-
href: 'https://github.com/WhizardTelemetry/',
92+
href: 'https://github.com/WizTelemetry/',
9393
label: 'GitHub',
9494
position: 'right',
9595
},
@@ -133,7 +133,7 @@ const config = {
133133
},
134134
{
135135
label: 'GitHub',
136-
href: 'https://github.com/WhizardTelemetry',
136+
href: 'https://github.com/WizTelemetry',
137137
},
138138
],
139139
},

0 commit comments

Comments
 (0)