<meta property="og:url" content="mysite.com/" />
<meta property="og:type" content= "article"/>
<meta property="og:title" content="content title" />
<meta property="og:description" content="content description" />
<meta property="og:image" content="/image.jpg" />
React helmet无法更新index.html文件的元标记。我已经在nginx服务器中部署了我的应用程序,它为所有路由呈现index.html文件。此项目没有任何服务器端路由。如何解决这个问题?