Replace production domain references with examples

This commit is contained in:
Lorenzune
2026-04-24 15:59:55 +02:00
parent 42731218f8
commit 21dd357397
10 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ const getApiBase = (): string =>
if(typeof configured === 'string' && configured.length) return configured.replace(/\/$/, '');
return 'http://localhost:8443/';
return 'https://nitro.example.com:2096/';
};
const getPlainAssetBase = (kind: 'config' | 'gamedata'): string =>