Closed this issue 7 years ago · 1 comments
如题。
import Helmet from 'react-helmet'; <Helmet> <title>My Home</title> <meta name="description" content="Helmet application" /> <meta name="keywords" content="Helmet,application" /> </Helmet>
找到了,这样可以改变当前页面的标题还有其他信息。