Skip to content

Commit e8a86af

Browse files
authored
Merge pull request #368 from CodeForPhilly/website-fix-url-config
update site url
2 parents d015957 + bbaa4ab commit e8a86af

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)