Skip to content

Commit fa015fc

Browse files
authored
fixed url and baseurl
1 parent 2fa9df6 commit fa015fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const config: Config = {
99
tagline: 'A friendly library for MDO on HPC',
1010
favicon: 'img/favicon.ico',
1111

12-
url: 'https://gjkennedy.github.io',
12+
url: 'https://smdogroup.github.io',
1313
baseUrl: '/amigo/',
1414

15-
organizationName: 'gjkennedy',
15+
organizationName: 'smdogroup',
1616
projectName: 'amigo',
1717

1818
onBrokenLinks: 'warn',
@@ -76,7 +76,7 @@ const config: Config = {
7676
position: 'left',
7777
},
7878
{
79-
href: 'https://github.com/gjkennedy/amigo',
79+
href: 'https://github.com/smdogroup/amigo',
8080
label: 'Github',
8181
position: 'left',
8282
},

0 commit comments

Comments
 (0)