Closed curtiscde closed 7 years ago
Static files such as main.js & main.css aren't loading correctly when the hugo application is hosted in a sub-directory. This is also the same for local font files.
main.js
main.css
This is caused by the static files having a reference to the root directory such as:
/js/main.js
I'm currently working on a fix for this issue:
https://github.com/CurtTimson/hugo-theme-bleak
Static files such as
main.js
&main.css
aren't loading correctly when the hugo application is hosted in a sub-directory. This is also the same for local font files.