Hi,
Though the favicon.ico
file is in static
folder and the nuxt.config.js
file has the following configuration :
...
link: [
{ rel: 'icon', type: 'image/x-icon', href: 'favicon.ico' }
]
...
i'm facing the following issue:
I also get an error in Chrome's console :
Failed to load resource: the server responded with a status of 404 (Not Found)
for http://localhost:3000/stories/show/favicon.ico
Please suggest, what I need to do to avoid repeated requests to the server
for favicon.io
Thanks.
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c202">#c202</a>)</em></sub></div>