From 04144907d67e16a9d1efa30329792983f94928cb Mon Sep 17 00:00:00 2001 From: Alex Stephen <1325798+rambleraptor@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:38:40 -0700 Subject: [PATCH] wrong base url (#41) --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index dd304cf..4c5882f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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() }]],