Skip to content

Commit 3875cd9

Browse files
committed
Dev
1 parent d78c171 commit 3875cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import svelte from '@astrojs/svelte';
44
// https://astro.build/config
55
export default defineConfig({
66
integrations: [svelte()],
7-
site: 'https://tom-draper.github.io',
8-
base: '/code-snippets',
7+
// site: 'https://tom-draper.github.io',
8+
// base: '/code-snippets',
99
});

0 commit comments

Comments
 (0)