简体   繁体   中英

How can I remove the React App symbol and name or the “Website created using create-react-app”?

I have deployed my website with firebase hosting. Everytime I go the site, there's still the name React App on the tabs of my browser. Do I have to purchase a domain name to get rid of it?

You can change the title of the index.html page in the public directory. And for the customizing the icon, you can change the favicon also located in the public directory.

simply go to the /public folder of your react app and change the <title> React App </title> in index.html file to whatever the title of your website is.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM