Skip to content

Commit 286af6a

Browse files
committed
added site and base
1 parent a7b1afe commit 286af6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

astro.config.mjs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import robotsTxt from "astro-robots-txt";
77

88
// https://astro.build/config
99
export default defineConfig({
10-
// site: 'https://adammehaney.github.io',
11-
// base: 'Binary-Search-Tree-Visualizer',
10+
site: 'https://adammehaney.github.io',
11+
base: 'Binary-Search-Tree-Visualizer',
1212
build: {
13-
assets: '.astro'
13+
assets: 'astro'
1414
},
1515
integrations: [icon(), svelte(), sitemap(), robotsTxt()]
1616
});

0 commit comments

Comments
 (0)