Skip to content

Commit bbaa4ab

Browse files
committed
update site url
1 parent d015957 commit bbaa4ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

website/astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import svelte from "@astrojs/svelte";
77
// https://astro.build/config
88
export default defineConfig({
99
vite: { plugins: [tailwindcss()] },
10-
site: "https://codeforphilly.github.io",
11-
base: "/benefit-decision-toolkit",
10+
site: "https://bdtoolkit.org",
1211
integrations: [svelte()],
13-
});
12+
});

0 commit comments

Comments
 (0)