Move runtime URLs to config examples

This commit is contained in:
Lorenzune
2026-04-24 16:12:04 +02:00
parent 21dd357397
commit 6c7d78c156
10 changed files with 81 additions and 648 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ const getApiBase = (): string =>
if(typeof configured === 'string' && configured.length) return configured.replace(/\/$/, '');
return 'https://nitro.example.com:2096/';
return window.location.origin;
};
const getPlainAssetBase = (kind: 'config' | 'gamedata'): string =>