diff --git a/src/config.ts b/src/config.ts index 5408cb1574d1d3f91805549f5da0d9e25eaf50a7..e1343afce7077fe9bfb67bcdd38d10737817d041 100644 --- a/src/config.ts +++ b/src/config.ts @@ -47,6 +47,11 @@ export const navBarConfig: NavBarConfig = { url: 'https://gitlab.twilight.fyi', // 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: 'Mirrors', + url: 'https://mirrors.twilight.fyi', // 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 + }, ], }