From 0d3272a30a124e5160c96bd047ed1602ad5b6014 Mon Sep 17 00:00:00 2001 From: Jinkang Fang <67077248+jinkang-0@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:08:09 -0800 Subject: [PATCH] Jinkang/update deployment (#24) * configure CNAME, Astro, GitHub action * update Astro config * update deployment configs * add slash * remove base --- astro.config.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index c93c875..f6be66c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,6 +5,5 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ integrations: [react()], - site: 'https://calblueprint.github.io', - base: '/hack-for-impact' + site: 'https://calblueprint.github.io' });