We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d78c171 commit 3875cd9Copy full SHA for 3875cd9
astro.config.mjs
@@ -4,6 +4,6 @@ import svelte from '@astrojs/svelte';
4
// https://astro.build/config
5
export default defineConfig({
6
integrations: [svelte()],
7
- site: 'https://tom-draper.github.io',
8
- base: '/code-snippets',
+ // site: 'https://tom-draper.github.io',
+ // base: '/code-snippets',
9
});
0 commit comments