From 0380627fb25207e43e90030c2e5fc66e73f2f5cf Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 15:41:58 +0200 Subject: [PATCH] Change base in config file --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 359ab54..7418482 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: "/kremtastic.github.io/", + base: "/", trailingSlash: "ignore", prefetch: { prefetchAll: true