Prepared website for production and going live.
Added website title. Added Unavailability message to steam page. Added image lossy image minimizers to webpack to production webpack configuration. Added source mapping to development webpack configuration. Renamed router paths.
This commit is contained in:
@@ -10,12 +10,12 @@ export const routes = [
|
||||
},
|
||||
{
|
||||
path: "/mcs",
|
||||
name: "RSEMCS",
|
||||
name: "Minecraft Server",
|
||||
component: MinecraftServer,
|
||||
},
|
||||
{
|
||||
path: "/steam",
|
||||
name: "RSESteam",
|
||||
name: "Steam System",
|
||||
component: SteamServer,
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user