wd2010/React-universal-ssr

如何修改每次渲染页面的标题,现在好像是固定的?

Closed this issue · 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>

找到了,这样可以改变当前页面的标题还有其他信息。