-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favicon public path? #208
Comments
Just browsing issues to report the same problem. Thanks for doing that already. BTW webpack has publicPath setting for that, it should be honored for favicon. |
Here is a copy of my webpack config for better clarity: https://github.com/UTD-CRSS/app.exploreapollo.org/blob/f4ce9f20e6c49eb6ed060ee3a7043d11b78ebf67/webpack.config.js |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
My favicon always outputs as such:
Which is problematic because my public path is
/
and it really should be/favicon.ico
. The problem arises when you load a view such assub/sub/1
The browser looks for the favicon insub/sub/favicon.ico
.The text was updated successfully, but these errors were encountered: