Skip to content

Commit f1c9c2b

Browse files
committed
Add custom domain to astro config
1 parent 322f400 commit f1c9c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ import alpinejs from '@astrojs/alpinejs';
77

88
// https://astro.build/config
99
export default defineConfig({
10+
site: "https://ecuadorintech.org",
1011
integrations: [tailwind(), alpinejs()]
1112
});

0 commit comments

Comments
 (0)