Skip to content

Commit a7b1afe

Browse files
committed
fixed other files not loading
1 parent 0544249 commit a7b1afe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ import robotsTxt from "astro-robots-txt";
99
export default defineConfig({
1010
// site: 'https://adammehaney.github.io',
1111
// base: 'Binary-Search-Tree-Visualizer',
12+
build: {
13+
assets: '.astro'
14+
},
1215
integrations: [icon(), svelte(), sitemap(), robotsTxt()]
1316
});

0 commit comments

Comments
 (0)