chore(v2): handle pages which contain special chars (#2214)

This commit is contained in:
Elie Dutheil 2020-01-20 03:59:22 +01:00 committed by Yangshun Tay
parent 5cb3309790
commit c0bacfd9f9

View file

@ -26,7 +26,7 @@ module.exports = `
<body <%- bodyAttributes %>>
<%- preBodyTags %>
<div id="__docusaurus">
<%- appHtml %>
<%= appHtml %>
</div>
<% scripts.forEach((script) => { %>
<script type="text/javascript" src="<%= baseUrl %><%= script %>"></script>