Files
leonm 448450908b
CI / 🔍 Lint & Type Check (push) Successful in 1m11s
CI / 🐳 Build & Push Image (push) Successful in 27s
feat: navbar
2026-07-19 19:20:36 +02:00

25 lines
674 B
TypeScript

export const siteConfig = {
name: "leonmorival.xyz",
title: "Le serveur de Leon",
description: "Streaming, jeux et services privés au même endroit.",
jellyfinUrl: "https://momostreaming.com",
seerrUrl: "https://seerr.leonmorival.xyz",
minecraftPath: "/minecraft",
astroneerPath: "/astroneer",
apiUrl: process.env.NEXT_PUBLIC_API_URL,
};
export const minecraftServer = {
name: "Minecraft Survie",
address: "minecraft.leonmorival.xyz",
mapUrl: "https://map.leonmorival.xyz",
versionHint: "Java",
access: "Whitelist sur demande",
};
export const astroneerServer = {
name: "Astroneer",
address: "89.167.35.217",
access: "Serveur dédié",
};