Skip to content

Commit abbb203

Browse files
authored
Add site configuration to astro.config.mjs
1 parent 9bf11a7 commit abbb203

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

astro.config.mjs

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

3-
// https://astro.build/config
4-
export default defineConfig({});
3+
export default defineConfig({
4+
site: 'https://linuxjava7.dev',
5+
})

0 commit comments

Comments
 (0)