department-of-veterans-affairs / veterans-employment-center

Veterans Employment Center
https://www.vets.gov/veterans-employment-center
5 stars 4 forks source link

Update path for favicon #172

Closed cfeeney-va closed 8 years ago

cfeeney-va commented 8 years ago

Fixes #94

Trying to load the favicon was throwing a 404 error, which was trying to redirect to the vets.gov 404 page which then threw a 403 error. After some research, the issue has to do with the rails asset pipeline; the favicon is a precompiled asset in production and the code wasn't looking in the right place (let me know if you want a more detailed explanation and/or directions on how to test locally).

ayaleloehr commented 8 years ago

Great to know. LGTM.