Skip to content

Commit 2497f72

Browse files
committed
fix: close defaultConfig
1 parent cc76563 commit 2497f72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ import compressor from 'astro-compressor';
1212
// https://astro.build/config
1313
export default defineConfig({
1414
site: "https://ecuadorintech.org",
15-
integrations: [tailwind(), alpinejs(), sitemap(), compressor()]
15+
integrations: [tailwind(), alpinejs(), sitemap(), compressor()]
16+
})

0 commit comments

Comments
 (0)