From 669a720ac271c8561ba8b9b4e92164c1587b5fc3 Mon Sep 17 00:00:00 2001 From: John Dunning Date: Sat, 13 Jan 2024 17:11:01 -0800 Subject: [PATCH] Change the base to /sfcivictech-site-explorations/ On a personal repo, the repo name is the first part of the path. --- packages/astro/astro.config.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro/astro.config.mjs b/packages/astro/astro.config.mjs index 071f946..0e5c0e4 100644 --- a/packages/astro/astro.config.mjs +++ b/packages/astro/astro.config.mjs @@ -3,7 +3,7 @@ import { defineConfig } from "astro/config"; // https://astro.build/config export default defineConfig({ // site: "https://sfbrigade.github.io", - base: "/", -// base: "/sfcivictech-site-explorations/packages/astro/", +// base: "/", + base: "/sfcivictech-site-explorations/", // site: "https://www.sfcivictech.org/" });