feat: favicon and astroneer

This commit is contained in:
2026-07-08 18:39:10 +02:00
parent 82abc317f1
commit b351354436
16 changed files with 440 additions and 27 deletions
+7
View File
@@ -4,6 +4,7 @@ export const siteConfig = {
description: "Streaming, jeux et services privés au même endroit.",
jellyfinUrl: "https://momostreaming.com",
minecraftPath: "/minecraft",
astroneerPath: "/astroneer",
};
export const minecraftServer = {
@@ -13,3 +14,9 @@ export const minecraftServer = {
versionHint: "Java",
access: "Whitelist sur demande",
};
export const astroneerServer = {
name: "Astroneer",
address: "astroneer.leonmorival.xyz",
access: "Serveur dédié",
};