From 70fcb5332493493ba82beeb46c7695bea7979ae3 Mon Sep 17 00:00:00 2001 From: Kristian Takvam Date: Mon, 6 Oct 2025 15:31:48 +0200 Subject: [PATCH] Add site 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 b25d6a1..7418482 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -12,7 +12,7 @@ import cloudflare from "@astrojs/cloudflare"; // https://astro.build/config export default defineConfig({ - site: "https://janedoe.com", + site: "https://yourusername.github.io", base: "/", trailingSlash: "ignore", prefetch: {