Change the favicon in Vue Easy way
In this tutorial, we are going to learn about how to change the default favicon in vue app, which is set by the Vue cli.
Changing favicon
-
Open the vue app in your favorite code editor.
-
Navigate to the
public
folder and remove thefavicon.ico
file. -
Now, add a new favicon inside the
public
folder.
Note: The favicon filename should be
favicon.ico
.
- Reload your app to see the new favicon.