Change the favicon in Vue Easy way

added by JavaScript Kicks
8/24/2022 2:07:50 PM

989 Views

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. Open the vue app in your favorite code editor. Navigate to the public folder and remove the favicon.ico file. Now, add a new favicon inside the public folder.


0 comments