import { Head } from 'react-static'
let dynamicMeta = '<meta http-equiv="Content-type" content="text/html; charset=UTF-8">';
...
<Head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"> // this works
{ dynamicMeta } // this does not work?
</Head>
dynamicMeta 将来自 CMS。我真的不明白为什么它不起作用。