From 69a667a0b44fa96ea3fb06cfa91d6f8ad5546482 Mon Sep 17 00:00:00 2001 From: Malasaur Date: Fri, 21 Nov 2025 11:33:02 +0100 Subject: [PATCH] Added map link to config --- .vitepress/config.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 41bb215..33343f8 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -9,6 +9,7 @@ const vitePressOptions: UserConfig = { nav: [ { text: "Home", link: "/" }, { text: "Server", link: "/server/" }, + { text: "Map", link: "https://map.brixserver.uk" }, ], search: {