Skip to content

Commit

Permalink
domain working (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Sep 10, 2024
1 parent 555feeb commit e38ba86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ let redirects = JSON.parse(fs.readFileSync("generated/redirects.json"));

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

0 comments on commit e38ba86

Please sign in to comment.