I have a development server running, using standard ghost start running on localhost 2368.
ngrok makes it possible to publish this local site on an xyxy.ngrok.io URL. (Yay!)
On my live production site the IMG URL’s are generated as /content/images/size/w300/2019/05/manatee-lettuice-blog.jpg - great.
On localhost dev they are http://localhost:2368/content/images/size/w300/2019/05/manatee-lettuice-blog.jpg - frustrating, this breaks ngrok tunnel and I can’t see the images.
Is there any way to get rid of the http://localhost:2368 part of the URL on localhost/dev?
Thanks,
/magnus
