feat: first commit

This commit is contained in:
2026-07-08 18:09:09 +02:00
parent a7cd7739ca
commit 82abc317f1
16 changed files with 1582 additions and 69 deletions
+15
View File
@@ -0,0 +1,15 @@
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",
minecraftPath: "/minecraft",
};
export const minecraftServer = {
name: "Minecraft Survie",
address: "minecraft.leonmorival.xyz",
mapUrl: "https://map.leonmorival.xyz",
versionHint: "Java",
access: "Whitelist sur demande",
};