From 4fe867206d77281c1951d9871e988b419aa5b7e2 Mon Sep 17 00:00:00 2001 From: Rebecca Black Date: Tue, 5 Mar 2024 04:49:54 -0500 Subject: [PATCH] changed base in astro config --- astro-web/astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro-web/astro.config.mjs b/astro-web/astro.config.mjs index 33eba99..865618f 100644 --- a/astro-web/astro.config.mjs +++ b/astro-web/astro.config.mjs @@ -7,5 +7,5 @@ import react from "@astrojs/react"; export default defineConfig({ integrations: [tailwind(), react()], site: 'https://performant-software.github.io', - base: '/editioncrafter/astro-web' + base: '/editioncrafter' });