Closed oblakeerickson closed 9 years ago
When I initially setup my discourse site in the _config.yml file, I didn't include a trailing slash / on the end of the url. I had 'http://discuss.blakeerickson.com` and I needed to have 'http://discuss.blakeerickson.com/'.
/
WIthout the slash the comments won't work.
File.join might come in handy here, no?
File.join
I think it might!
When I initially setup my discourse site in the _config.yml file, I didn't include a trailing slash
/
on the end of the url. I had 'http://discuss.blakeerickson.com` and I needed to have 'http://discuss.blakeerickson.com/'.WIthout the slash the comments won't work.