Skip to content

Commit

Permalink
wrong base (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Sep 10, 2024
1 parent ff2b7c7 commit 47202e8
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 @@ -9,7 +9,8 @@ let redirects = JSON.parse(fs.readFileSync("generated/redirects.json"));

// https://astro.build/config
export default defineConfig({
site: 'https://aep-dev.github.io/site-generator-beta',
site: 'https://aep-dev.github.io',
base: 'site-generator-beta'
redirects: redirects,
integrations: [starlight({
title: 'AEP',
Expand Down

0 comments on commit 47202e8

Please sign in to comment.