1 parent ee46416 commit 3148e48Copy full SHA for 3148e48
1 file changed
astro.config.ts
@@ -24,6 +24,8 @@ const whenExternalScripts = (items: (() => AstroIntegration) | (() => AstroInteg
24
hasExternalScripts ? (Array.isArray(items) ? items.map((item) => item()) : [items()]) : [];
25
26
export default defineConfig({
27
+ site: 'https://github.com/ANest58/anest58.github.io.git',
28
+
29
output: 'static',
30
31
integrations: [
0 commit comments