From 6efe7bc89ad92ccae4c66bd127f99726e457ccfb Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 16:59:41 +0200 Subject: [PATCH] Add tiny config change --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index d5bda88..0c1561e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -8,7 +8,7 @@ import remarkCollapse from "remark-collapse"; import remarkToc from "remark-toc"; import rehypeKatex from "rehype-katex"; import remarkMath from "remark-math"; -import cloudflare from "@astrojs/cloudflare"; +//import cloudflare from "@astrojs/cloudflare"; // https://astro.build/config export default defineConfig({