+
+
{article.title}
{showCategory && (
-
+
{article.category.replace(/-/g, " ")}
)}
-
{article.title}
{showCategory && ( -+
{article.description}
--
{[
- { href: "https://nodebyte.host/games", label: t("footer.services.gameServers") },
- { href: "https://nodebyte.host/vps", label: t("footer.services.vpsServers") },
+ { href: "/games", label: t("footer.services.gameServers") },
+ { href: "/vps", label: t("footer.services.vpsServers") },
{ href: "https://panel.nodebyte.host", label: t("footer.services.gamePanel") },
{ href: "https://vps.nodebyte.host", label: t("footer.services.vpsPanel") },
].map((link) => (
-
-
- {link.label}
-
- + {link.href.startsWith("http") ? ( + + {link.label} + + + ) : ( + + {link.label} + + )}
))}