Skip to content

Commit

Permalink
Fix links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed May 11, 2024
1 parent 95512d9 commit 0140f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ export const navBarConfig: NavBarConfig = {
},
{
name: 'Github',
url: 'https://git.goobstation.com', // Internal links should not include the base path, as it is automatically added
url: 'http://git.goobstation.com', // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
},
{
name: 'Discord',
url: 'https://discord.goobstation.com', // Internal links should not include the base path, as it is automatically added
url: 'http://discord.goobstation.com', // Internal links should not include the base path, as it is automatically added
external: true, // Show an external link icon and will open in a new tab
}
],
Expand Down

0 comments on commit 0140f07

Please sign in to comment.