From 0140f071e0dfc2459d4b6fec78710907e49de0b1 Mon Sep 17 00:00:00 2001 From: Aidenkrz Date: Sat, 11 May 2024 08:55:05 -0500 Subject: [PATCH] Fix links. --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 19b1dd3b4..3f00ebb46 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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 } ],