You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed a Rails App in a server at non-root using a virtual host with Passenger, and everything seems to be working perfectly (including all the references to the assets). However, when I introduced font-awesome-sass, the fonts are not showing.
The font-awesome CSS is loading fine (integrated into the application- ... .css), but it's looking for font files in the root (/assets/font-awesome/fa-solid ... .).
I deployed a Rails App in a server at non-root using a virtual host with Passenger, and everything seems to be working perfectly (including all the references to the assets). However, when I introduced font-awesome-sass, the fonts are not showing.
The font-awesome CSS is loading fine (integrated into the
application- ... .css
), but it's looking for font files in the root (/assets/font-awesome/fa-solid ... .
).I don't think this is an issue specific to my app, but just in case this is my code:
https://github.com/lmrodriguezr/CandidatusExcubia
And this is the instance deployed in a non-root location (
/ce
):http://microbial-genomes.org/ce
Thanks!
Miguel.
The text was updated successfully, but these errors were encountered: