From 4a4a919337c99dcd24a71c05fdda9b934ba7c6a1 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Thu, 11 Jan 2024 19:21:05 -0800 Subject: [PATCH 1/5] configure CNAME, Astro, GitHub action --- 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' }); From 458c550ddc907ca4fc95f48cbfd15d7a1199c67a Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Thu, 11 Jan 2024 19:22:44 -0800 Subject: [PATCH 2/5] update Astro config --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f6be66c..6ec7160 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,5 +5,5 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ integrations: [react()], - site: 'https://calblueprint.github.io' + site: 'https://hackforimpact.calblueprint.org' }); From aa512e92c638ce8a673ce6d3ed7061563884f725 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Thu, 11 Jan 2024 19:50:28 -0800 Subject: [PATCH 3/5] update deployment configs --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 6ec7160..5ea3bab 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,5 +5,6 @@ import react from "@astrojs/react"; // https://astro.build/config export default defineConfig({ integrations: [react()], - site: 'https://hackforimpact.calblueprint.org' + site: 'https://calblueprint.github.io', + base: 'hack-for-impact' }); From c083f3c2a484057b8dadb8394fbeadfceaac0511 Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Thu, 11 Jan 2024 19:54:29 -0800 Subject: [PATCH 4/5] add slash --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 5ea3bab..c93c875 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,5 +6,5 @@ import react from "@astrojs/react"; export default defineConfig({ integrations: [react()], site: 'https://calblueprint.github.io', - base: 'hack-for-impact' + base: '/hack-for-impact' }); From aba1791b75f3df2423a973683c1b0b8ed3f3b23e Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Thu, 11 Jan 2024 20:05:46 -0800 Subject: [PATCH 5/5] 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' });