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/" }); diff --git a/packages/astro/src/components/HeaderNav.astro b/packages/astro/src/components/HeaderNav.astro index d5b5ad4..96daa5f 100644 --- a/packages/astro/src/components/HeaderNav.astro +++ b/packages/astro/src/components/HeaderNav.astro @@ -18,7 +18,7 @@ const currentPath = fullPath.slice(fullPath.lastIndexOf("/") + 1);