chore: revert (more broken than I thought)
This commit is contained in:
parent
f024bcee64
commit
74c1a8559d
|
@ -32,33 +32,6 @@ export default async function flecksDocusaurus() {
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
projectName: 'flecks', // Usually your repo name.
|
projectName: 'flecks', // Usually your repo name.
|
||||||
ssrTemplate: `<!DOCTYPE html>
|
|
||||||
<html data-theme="dark" <%~ it.htmlAttributes %>>
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="generator" content="Docusaurus v<%= it.version %>">
|
|
||||||
<% it.metaAttributes.forEach((metaAttribute) => { %>
|
|
||||||
<%~ metaAttribute %>
|
|
||||||
<% }); %>
|
|
||||||
<%~ it.headTags %>
|
|
||||||
<% it.stylesheets.forEach((stylesheet) => { %>
|
|
||||||
<link rel="stylesheet" href="<%= it.baseUrl %><%= stylesheet %>" />
|
|
||||||
<% }); %>
|
|
||||||
<% it.scripts.forEach((script) => { %>
|
|
||||||
<link rel="preload" href="<%= it.baseUrl %><%= script %>" as="script">
|
|
||||||
<% }); %>
|
|
||||||
</head>
|
|
||||||
<body <%~ it.bodyAttributes %>>
|
|
||||||
<%~ it.preBodyTags %>
|
|
||||||
<div id="__docusaurus">
|
|
||||||
<%~ it.appHtml %>
|
|
||||||
</div>
|
|
||||||
<% it.scripts.forEach((script) => { %>
|
|
||||||
<script src="<%= it.baseUrl %><%= script %>"></script>
|
|
||||||
<% }); %>
|
|
||||||
<%~ it.postBodyTags %>
|
|
||||||
</body>
|
|
||||||
</html>`,
|
|
||||||
tagline: 'not static',
|
tagline: 'not static',
|
||||||
themes: ['@docusaurus/theme-mermaid'],
|
themes: ['@docusaurus/theme-mermaid'],
|
||||||
themeConfig:
|
themeConfig:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user