For example if I share a room URL in Slack it looks like this.

We need to get rid of that "Web site created using create-react-app".
To do this we need to change the meta information in the component using react-helmet.
Normally the meta tag with description in the head of the index.html is that stores this information.
For example if I share a room URL in Slack it looks like this.
We need to get rid of that "Web site created using create-react-app".
To do this we need to change the meta information in the component using react-helmet.
Normally the meta tag with description in the head of the index.html is that stores this information.