axitkhurana / buster

Brute force static site generator for Ghost
MIT License
802 stars 139 forks source link

Author pointing to nowhere #19

Closed martgnz closed 10 years ago

martgnz commented 10 years ago

When I enter my website in the local copy of Ghost it runs fine, but at the time of deploying it it points to localhost, then the article, then the website.

Something like this: http://127.0.0.1:2368/ARTICLE/WEBSITE.

How can I fix this?

axitkhurana commented 10 years ago

I assuming the website is in form axitkhurana.com. Try specifying http:// or https:// before the site URL e.g. http://axitkhurana.com. Does that help?

martgnz commented 10 years ago

Awesome, fixed using http:// before the site. Thanks for your help!