error in feather.min.js path in header.html
sebasrp opened this issue · 1 comments
sebasrp commented
When using a social tag and using local js libraries, there is an error loading feather.min.js
[params]
useCDN = false # don't use CDNs for fonts and icons, instead serve them locally.
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/sebasr"
Error encountered when loading the root page
sebasr.com/:1 GET https://sebasr.comjs/feather.min.js net::ERR_NAME_NOT_RESOLVED
(index):29 Uncaught ReferenceError: feather is not defined
at (index):29:182
(anonymous) @ (index):29
sebasrp commented
resolving - mistake was on the site's configuration - baseURL
was missing the trailing slash