Created
February 19, 2025 00:38
-
-
Save dberlin/399a6c21bb7d2c3a6af1ff83c6415122 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