Skip to content

Commit 3148e48

Browse files
committed
added config
1 parent ee46416 commit 3148e48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

astro.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg
2424
hasExternalScripts ? (Array.isArray(items) ? items.map((item) => item()) : [items()]) : [];
2525

2626
export default defineConfig({
27+
site: 'https://github.com/ANest58/anest58.github.io.git',
28+
2729
output: 'static',
2830

2931
integrations: [

0 commit comments

Comments
 (0)