Skip to content

Commit 491ed47

Browse files
committed
Github Pages setup
1 parent 6729dea commit 491ed47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astro.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
import { defineConfig } from 'astro/config';
33

44
// https://astro.build/config
5-
export default defineConfig({});
5+
export default defineConfig({
6+
site: 'https://jsardello.github.io',
7+
});

0 commit comments

Comments
 (0)