RSEMCS mostly complete.

This commit is contained in:
2022-01-17 02:46:31 -06:00
parent c7f95a14c3
commit 1909615e88
21 changed files with 400 additions and 137 deletions

View File

@@ -5,17 +5,17 @@ import SteamServer from "@/pages/SteamServer.vue";
export const routes = [
{
path: "/",
name: "IntroPortal",
name: "Home",
component: OverviewInfo,
},
{
path: "/resmcs",
name: "resmcs",
path: "/mcs",
name: "RSEMCS",
component: MinecraftServer,
},
{
path: "/steam",
name: "steam",
name: "RSE-Steam",
component: SteamServer,
}
];