From 137bd74d4d044b1f24dfbd362b1f84b7c8315639 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 24 Nov 2024 22:41:19 -0500 Subject: [PATCH] Get `npm run build` going again --- blog/2024-11-15-playing-with-fire/1-introduction/index.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/blog/2024-11-15-playing-with-fire/1-introduction/index.mdx b/blog/2024-11-15-playing-with-fire/1-introduction/index.mdx index a8c1347..df6d974 100644 --- a/blog/2024-11-15-playing-with-fire/1-introduction/index.mdx +++ b/blog/2024-11-15-playing-with-fire/1-introduction/index.mdx @@ -201,6 +201,9 @@ import chaosGameWeightedSource from "!!raw-loader!./chaosGameWeighted"; {chaosGameWeightedSource} +import BrowserOnly from "@docusaurus/BrowserOnly"; import GasketWeighted from "./GasketWeighted" - \ No newline at end of file + + + \ No newline at end of file