We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6729dea commit 491ed47Copy full SHA for 491ed47
astro.config.mjs
@@ -2,4 +2,6 @@
2
import { defineConfig } from 'astro/config';
3
4
// https://astro.build/config
5
-export default defineConfig({});
+export default defineConfig({
6
+ site: 'https://jsardello.github.io',
7
+});
0 commit comments