rsnext/examples/blog-starter/public
George Gach ac287e67c1
Fixed Favicons URL mismatch across the project in [examples/blog-starter] (#29990)
## Bug
There is URL mismatch about the destination of favicons across the project in [examples/blog-starter](https://github.com/vercel/next.js/tree/canary/examples/blog-starter) i.e. `site.webmanifest` and `meta.js` are in a disagreement, triggering web app manifest initialization errors in Application tab of dev tools. ([relevant file](5edfbf276e/examples/blog-starter/public/favicon/site.webmanifest))

## Fix
This PR: 
1. Renames folder to plural `favicons`
2. Adjusts `favicons/*.png` urls in  `meta.js`
2021-10-19 03:37:44 +00:00
..
assets/blog [Example] Use .jpg for images in blog-starter (#11176) 2020-03-26 12:45:17 -05:00
favicons Fixed Favicons URL mismatch across the project in [examples/blog-starter] (#29990) 2021-10-19 03:37:44 +00:00