Skip to content

Commit f080542

Browse files
committed
fix: Add missing comma in Astro configuration file to ensure proper syntax
1 parent b88d526 commit f080542

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export default defineConfig({
2121
],
2222
},
2323
],
24+
,
2425
}),
2526
],
2627
});
28+

0 commit comments

Comments
 (0)