Change base in config file

This commit is contained in:
Kristian Takvam 2025-10-06 15:41:58 +02:00
parent c5db5bd418
commit 0380627fb2
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: "/kremtastic.github.io/",
base: "/",
trailingSlash: "ignore",
prefetch: {
prefetchAll: true