Custom favicon?

I need a custom favicon for my Expo Web project. I saw this in the docs:
https://docs.expo.io/versions/latest/guides/customizing-webpack/#why

Ive run expo customize:web and it gives me these options:

? Which files would you like to generate? …  (Use <space> to select, <return> to submit)
✔ babel.config.js ✔︎
✔ webpack.config.js
✔ web/expo-service-worker.js
✔ web/index.html
✔ web/register-service-worker.js
✔ web/serve.json

But don’t see an option for favicon.ico. Are the docs out of date or have I misunderstood something?