I’m deploying the dev version of my blog with the following command:
sudo hugo server -wD -d /mnt/m3/www/blog -s ~/Dropbox/blog/site --baseURL=https://foo.bar.com/blog/ --port=80 --appendPort=false'
Almost everything works as expected, but the livereload.js is being called from the root site:
(index):273 GET https://foo.bar.com/livereload.js?port=80&mindelay=10
Is there a way to get around this?
Thanks!