> For the complete documentation index, see [llms.txt](https://wiki.christianpoplawski.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.christianpoplawski.de/javascript/reactjs/general.md).

# General

## [Adding a Favicon to your Application](https://serverless-stack.com/chapters/add-app-favicons.html)

Basically the same as adding a favicon to every other static site. Generate the favicon files and place them in the `/public` folder. Then include them in the `public/index.html`.\
Since they are placed in the public folder, the `href`s in the `<link>` tags do need the `%PUBLIC_URL%` prefix to locate the files.
