From 11f792ca2e1078ff9d0c17eaccd90a8f83f0bd9a Mon Sep 17 00:00:00 2001 From: Will <4154594+camerow@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:36:00 -0700 Subject: [PATCH] update base --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index e554c87..5cbf648 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,7 @@ import tailwind from "@astrojs/tailwind"; // https://astro.build/config export default defineConfig({ site: "https://camerow.github.io", - base: "locker-lander", + base: "/", integrations: [ react(), tailwind({