From d49aabba1853766872e711d944d145fcbbbc1c1e Mon Sep 17 00:00:00 2001 From: Chris Moriarty Date: Thu, 7 Nov 2024 18:28:42 -0500 Subject: [PATCH] breaks local, just a test --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f028414..f26fdd0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,6 +7,6 @@ import react from "@astrojs/react"; export default defineConfig({ output: "static", site: "https://ChrisMoriarty.github.io/", - // base: "/src", + base: "/moriartyengineering", integrations: [tailwind(), react()], });