Add base to config file

This commit is contained in:
Kristian Takvam 2025-10-06 15:33:58 +02:00
parent 70fcb53324
commit c5db5bd418
1 changed files with 1 additions and 1 deletions

View File

@ -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