Skip to content

Commit

Permalink
Switch the site base back to just /
Browse files Browse the repository at this point in the history
Even though the deployment is running from packages/astro, the pages are still output to / as the root.
  • Loading branch information
fwextensions committed Jan 14, 2024
1 parent f1073b0 commit 6791b2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/astro/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import { defineConfig } from "astro/config";

// https://astro.build/config
export default defineConfig({
site: "https://sfbrigade.github.io",
base: "/sfcivictech-site-explorations/packages/astro/",
// site: "https://sfbrigade.github.io",
base: "/",
// base: "/sfcivictech-site-explorations/packages/astro/",
// site: "https://www.sfcivictech.org/"
});

0 comments on commit 6791b2f

Please sign in to comment.