From c5db5bd4186acdea589e168b69389d30f1171f0f Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 15:33:58 +0200 Subject: [PATCH] Add base to config file --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 7418482..359ab54 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -13,7 +13,7 @@ import cloudflare from "@astrojs/cloudflare"; // https://astro.build/config export default defineConfig({ site: "https://yourusername.github.io", - base: "/", + base: "/kremtastic.github.io/", trailingSlash: "ignore", prefetch: { prefetchAll: true