From 31732d87ac9d9d0eaf04f2a15166ecf2866413f6 Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 17:26:39 +0200 Subject: [PATCH] Add config fix (adapter) --- astro.config.mjs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 0c1561e..de0a2cd 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,6 +9,7 @@ import remarkToc from "remark-toc"; import rehypeKatex from "rehype-katex"; import remarkMath from "remark-math"; //import cloudflare from "@astrojs/cloudflare"; +import github from "@astrojs/github"; // https://astro.build/config export default defineConfig({ @@ -19,6 +20,7 @@ export default defineConfig({ prefetchAll: true }, //adapter: cloudflare(), + adapter: github(), integrations: [react(), sitemap(), tailwind({ config: { applyBaseStyles: false