简体   繁体   English

如何删除 React App 符号和名称或“使用 create-react-app 创建的网站”?

[英]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.我已经使用 firebase 托管部署了我的网站。 Everytime I go the site, there's still the name React App on the tabs of my browser.每次我 go 站点时,我的浏览器选项卡上仍然有名称 React App。 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.您可以更改公共目录中索引的标题index.html页面。 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.只需将 go 到您的 react 应用程序的/public文件夹,然后将index.html文件中的<title> React App </title>更改为您网站的标题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在使用 create-react-app 创建的 React 应用程序的生产版本中删除 console.log? - How can remove console.log in the production build of a React application created using create-react-app? 如何在带有 create-react-app 的 url 中使用域名而不是“localhost:3000”进行本地开发? - How can I develop locally using a domain name instead of 'localhost:3000' in the url with create-react-app? 如何将 Next.js 应用于使用 create-react-app 创建的 React 项目? - How can I apply Next.js to a React project created with create-react-app? 如何从链接中删除“使用 create-react-app 创建”? - How to delete "created using create-react-app" from links? 如何运行Salesforce中create-react-app创建的React App - How to run React App created by create-react-app in Salesforce 使用部署在Apache Tomcat上的Create-react-app创建的React网站出现空白屏幕 - React website created using Create-react-app deployed on Apache Tomcat giving blank screen 如何在使用create-react-app创建的文件中导入Emscripten生成的.wasm / js文件 - How can I import Emscripten generated .wasm/js files in files created with create-react-app 如何在开发模式而不是生产模式下部署 create-react-app 网站 - How can I deploy a create-react-app website in development mode instead of production 如何在codepen中运行使用“create-react-app”创建的react项目? - how to run react project created with "create-react-app" in codepen? 如何为使用`create-react-app CLI`创建的现有反应应用程序生成bundle.js - How to generate bundle.js for existing react app created using `create-react-app CLI`
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM