fix: change web server to use mc instead of minecraft

This commit is contained in:
Jet 2026-03-14 18:57:47 -07:00
parent e71d2a662b
commit a22f45df0c
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
let
domain = "minecraft.compsigh.club";
domain = "mc.compsigh.club";
gitRepo = "https://github.com/compsigh/minecraft";
in
{