From 12c88ef8e365fe1a06c195f0884b57d9694e0b58 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 29 Nov 2024 23:22:31 -0500 Subject: [PATCH] Build works again --- blog/2024-11-15-playing-with-fire/1-introduction/index.mdx | 7 ++++--- blog/2024-11-15-playing-with-fire/2-transforms/index.mdx | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) 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 eb904cf..67181ea 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 @@ -198,9 +198,10 @@ import chaosGameWeightedSource from "!!raw-loader!./chaosGameWeighted"; {chaosGameWeightedSource} -import GasketWeighted from "./GasketWeighted" -import Canvas from "../src/Canvas" +import BrowserOnly from "@docusaurus/BrowserOnly"; +import GasketWeighted from "./GasketWeighted"; +import Canvas from "../src/Canvas"; - + {() => } \ No newline at end of file diff --git a/blog/2024-11-15-playing-with-fire/2-transforms/index.mdx b/blog/2024-11-15-playing-with-fire/2-transforms/index.mdx index fe8f569..2826880 100644 --- a/blog/2024-11-15-playing-with-fire/2-transforms/index.mdx +++ b/blog/2024-11-15-playing-with-fire/2-transforms/index.mdx @@ -138,9 +138,10 @@ import blendSource from "!!raw-loader!./blend"; And with that in place, we have enough to render a first full fractal flame: +import BrowserOnly from "@docusaurus/BrowserOnly"; import Canvas from "../src/Canvas"; import FlameBlend from "./FlameBlend"; - + {() => } \ No newline at end of file