The live site at learn-git-with-me.vercel.app returns 404 for /favicon.ico.
- Browsers show no favicon in tabs or bookmarks
- The
public/ directory in the repo has no favicon file
To fix: Add a public/favicon.ico (and optionally public/favicon.svg for modern browsers). Tools like favicon.io can generate one from text or an image.
The live site at
learn-git-with-me.vercel.appreturns 404 for/favicon.ico.public/directory in the repo has no favicon fileTo fix: Add a
public/favicon.ico(and optionallypublic/favicon.svgfor modern browsers). Tools like favicon.io can generate one from text or an image.