Skip to content

Commit

Permalink
wrong base url (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored Oct 18, 2024
1 parent 9e8449b commit 0414490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let config = JSON.parse(fs.readFileSync("generated/config.json"));

// https://astro.build/config
export default defineConfig({
site: 'https://beta.aep.dev',
site: 'https://aep.dev',
redirects: redirects,
markdown: {
rehypePlugins: [[rehypeGraphviz, { graphviz: await Graphviz.load() }]],
Expand Down

0 comments on commit 0414490

Please sign in to comment.