athul / archie

A minimal Hugo Theme
https://athul.github.io/archie
MIT License
977 stars 299 forks source link

error in feather.min.js path in header.html #84

Closed sebasrp closed 1 year ago

sebasrp commented 1 year ago

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 1 year ago

resolving - mistake was on the site's configuration - baseURL was missing the trailing slash