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

This reverts commit c0bacfd9f9.
This commit is contained in:
Alexey Pyltsyn 2020-01-20 18:35:35 +03:00 committed by GitHub
parent 95caf833d8
commit 40185a649b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>