We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d015957 + bbaa4ab commit e8a86afCopy full SHA for e8a86af
website/astro.config.mjs
@@ -7,7 +7,6 @@ import svelte from "@astrojs/svelte";
7
// https://astro.build/config
8
export default defineConfig({
9
vite: { plugins: [tailwindcss()] },
10
- site: "https://codeforphilly.github.io",
11
- base: "/benefit-decision-toolkit",
+ site: "https://bdtoolkit.org",
12
integrations: [svelte()],
13
-});
+});
0 commit comments