Skip to content

Instantly share code, notes, and snippets.

@dberlin
Created February 19, 2025 00:37
Show Gist options
  • Save dberlin/aacbe9ff93af5989dc3322c60d329726 to your computer and use it in GitHub Desktop.
Save dberlin/aacbe9ff93af5989dc3322c60d329726 to your computer and use it in GitHub Desktop.
breaking docusaurus
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index f443d727..120445b7 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -309,11 +309,12 @@ async function createConfig() {
defer: true,
});
- config.scripts.push({
+ /*
+ * config.scripts.push({
src: `${config.baseUrl}z3-built.js`,
type: "text/javascript",
defer: true,
- });
+ }); */
return config;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment