Created
February 19, 2025 00:37
-
-
Save dberlin/aacbe9ff93af5989dc3322c60d329726 to your computer and use it in GitHub Desktop.
breaking docusaurus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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