We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b490d commit 3c11993Copy full SHA for 3c11993
src/index.server.js
@@ -45,8 +45,6 @@ ${
45
<body>
46
<div id="content">${res.ssrString || ''}</div>
47
<script>window.resources=${JSON.stringify(res.ssrResources || {}).replace(/<\/script>/i, '<\\/script>')}</script>
48
- <script>var duoshuoQuery = {short_name:"reactnative"}</script>
49
- <script src="//static.duoshuo.com/embed.js"></script>
50
<script src="${assets.javascript.index}" async></script>
51
</body>
52
</html>`);
0 commit comments