diff --git a/src/local.js b/src/local.js index 8e6dd91..ad7354c 100644 --- a/src/local.js +++ b/src/local.js @@ -75,7 +75,7 @@ export default async function start() { // determine proxy target const target = config.proxyUrl ? config.proxyUrl.replace('https://', `https://${campaign.path}.`) - : `https://${campaign.path}.raisely.com`; + : `https://${campaign.path}.raiselysite.com`; const app = express();