How To Change favicon.ico Nuxt Easy | Cara Mudah Ganti favicon.icon
Soefyan Syah30 Aug 2021
javascriptnuxt.jsweb design
When I use Nuxt.js with npm i got trouble in change favicon.ico i have tried replace favicon.ico with new file and then run "npm run dev" on my computer but the icon does't changed.

When I use Nuxt.js with npm i got trouble in change favicon.ico i have tried replace favicon.ico with new file and then run "npm run dev" on my computer but the icon does't changed.
So i try to looking solution in google, many ways i tried, with PWA Package and edit file "nuxt.config.json" but still icon dont change.
npm cache clean --forceAnd I've run "npm cache clean --force" but icon still change. So looking file in directory "node_modules" and delete directory ".cache" dan run againt "npm run dev" and boom icon success change.
sorry for my english
