Skip to content

Commit

Permalink
fix: correct base url? (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa authored Sep 13, 2024
1 parent f267eb7 commit b707d44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import tailwind from "@astrojs/tailwind";

// https://astro.build/config
export default defineConfig({
site: "https://vgventures.github.io/very_good_engineering/",
site: "https://vgventures.github.io",
base: "very_good_engineering",
integrations: [
starlight({
favicon: "./public/favicon.png",
Expand Down

0 comments on commit b707d44

Please sign in to comment.