It would seem that site.url is being slightly misused. Ideally, that variable is only used for permalinks and things like RSS feed urls in the <head> element. site.baseurl should be used for asset locations, etc. This will allow local serving to mirror production serving without having to modify hosts or implement custom routing. For example:
It would seem that
site.url
is being slightly misused. Ideally, that variable is only used for permalinks and things like RSS feed urls in the<head>
element.site.baseurl
should be used for asset locations, etc. This will allow local serving to mirror production serving without having to modify hosts or implement custom routing. For example:should be