chore: remove Render configs, point docs at VPS domains

This commit is contained in:
lakshit verma 2026-08-31 22:08:15 +00:00
parent d892c9a9fc
commit ee24a5e304

View file

@ -10,7 +10,7 @@ const PROD_HOSTS = new Set([
'krply.lverma.com',
'krply-web-lakshit-vermas-projects.vercel.app',
]);
const DEFAULT_SERVER = PROD_HOSTS.has(location.hostname) ? 'https://krply-server.onrender.com' : '';
const DEFAULT_SERVER = PROD_HOSTS.has(location.hostname) ? 'https://krply-api.lverma.com' : '';
let base = (fromURL || localStorage.getItem(LS_KEY) || DEFAULT_SERVER).replace(/\/+$/, '');