import { SERVERS } from "../js/variables"; import SCard from "./server-card"; import Link from "next/link"; export default function ServerBlock({}) { return (

All the stuff I run uses the following server machines, with a reverse SSH connection to a{" "} Linode VPS {"."}

{Object.keys(SERVERS).map((server) => ( ))}
); }