Add tiny config change

This commit is contained in:
Kristian Takvam 2025-10-06 16:59:41 +02:00
parent 086ef105ed
commit 6efe7bc89a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import remarkCollapse from "remark-collapse";
import remarkToc from "remark-toc"; import remarkToc from "remark-toc";
import rehypeKatex from "rehype-katex"; import rehypeKatex from "rehype-katex";
import remarkMath from "remark-math"; import remarkMath from "remark-math";
import cloudflare from "@astrojs/cloudflare"; //import cloudflare from "@astrojs/cloudflare";
// https://astro.build/config // https://astro.build/config
export default defineConfig({ export default defineConfig({