Skip to content

Commit 40e36c3

Browse files
committed
change font and favicon path, finish server info page
1 parent a3ff237 commit 40e36c3

File tree

12 files changed

+536
-50
lines changed

12 files changed

+536
-50
lines changed

frontend/docusaurus.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type * as Preset from "@docusaurus/preset-classic";
1111
const config: Config = {
1212
title: "open.mp",
1313
tagline: "Open Multiplayer",
14-
favicon: "images/assets/favicon-32x32.png",
14+
favicon: "favicon.ico",
1515

1616
// Set the production url of your site here
1717
url: "https://open.mp/",
@@ -71,8 +71,8 @@ const config: Config = {
7171

7272
// Add the dynamic route
7373
addRoute({
74-
path: "/servers/:id",
75-
component: "@site/src/pages/servers/[id].tsx",
74+
path: "/servers/:ip",
75+
component: "@site/src/pages/servers/[ip].tsx",
7676
exact: true,
7777
});
7878
},

frontend/package-lock.json

Lines changed: 97 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"react": "^19.0.0",
2626
"react-dom": "^19.0.0",
2727
"react-icons": "^5.4.0",
28+
"react-router-dom": "^7.1.5",
2829
"react-window": "^1.8.11"
2930
},
3031
"devDependencies": {

frontend/public/favicon.ico

14.7 KB
Binary file not shown.
17 KB
Binary file not shown.
16.6 KB
Binary file not shown.
17 KB
Binary file not shown.
16.7 KB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: google50096c476ab4ce72.html

0 commit comments

Comments
 (0)