From 7c5cb61ee552c7d2a4c2d471533b7ec2cc5e0ae9 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Wed, 16 Jun 2021 20:37:06 +0530 Subject: [PATCH] Updated Ghost config URL for dev mode script no refs - updates portal url for Ghost config to use a dynamic URL to work same as start mode script --- ghost/portal/scripts/dev-mode.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/portal/scripts/dev-mode.js b/ghost/portal/scripts/dev-mode.js index 20246e7ed0..2cf6bace66 100644 --- a/ghost/portal/scripts/dev-mode.js +++ b/ghost/portal/scripts/dev-mode.js @@ -91,7 +91,7 @@ function printBuildComplete(code) { function printConfigInstruction() { const data = { portal: { - url: `http://localhost:${port}/umd/portal.min.js` + url: `http://localhost:${port}/portal` } }; const stringifedData = JSON.stringify(data, null, 2); @@ -191,7 +191,7 @@ function startDevServer() { const server = http.createServer((request, response) => { return handler(request, response, { rewrites: [ - {source: '/portal', destination: 'umd/portal.min.js'} + {source: '/portal', destination: 'umd/portal.min.js'}, ], headers: [ {