mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-09 15:17:23 +02:00
chore(v2): handle pages which contain special chars (#2214)
This commit is contained in:
parent
5cb3309790
commit
c0bacfd9f9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue