diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 001158a..45a1d44 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -184,7 +184,7 @@ export default function RootLayout ({ setLoadingText('Downloading version list...') try { const res = await axios.get( - `http://localhost:3342/launcher/versions?platform=${platform()}&arch=${arch()}` + `https://games.lncvrt.xyz/api/launcher/versions?platform=${platform()}&arch=${arch()}` ) setServerVersionList(res.data) } catch {