From 64b63eb980c1c96317be7ab290a36ebfbdf825ee Mon Sep 17 00:00:00 2001 From: Rebecca Black Date: Tue, 5 Mar 2024 14:02:44 -0500 Subject: [PATCH] Update astro.config.mjs --- astro-web/astro.config.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/astro-web/astro.config.mjs b/astro-web/astro.config.mjs index c4b1286..416d904 100644 --- a/astro-web/astro.config.mjs +++ b/astro-web/astro.config.mjs @@ -5,5 +5,6 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ - integrations: [tailwind(), react()] -}); \ No newline at end of file + integrations: [tailwind(), react()], + site: 'https://performant-software.github.io' +});