Hi,
I’ve setup my Ghost via AWS Lightsail blueprint, and I’m currently using Ghost 3.2.0.
My url : https://dailyeconomy.net/
It seems my site contains .xml file but it is blank. Google Search Console says it cannot find any url in it.
How can I fix it? Thanks.
It looks like your url is configured to http://dailyeconomy.net:80
. If you’re serving content from https://dailyeconomy.net/
the URL needs to be that -
you can set it from the cli by running ghost config set url https://dailyeconomy.net/
and restarting ghost (ghost restart
)
1 Like