From 2a7cd9a91602c04f97da8b551dedf41920772f3f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 3 May 2022 15:10:31 -0500 Subject: [PATCH] Clean up extra semicolon --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index fc162a8..320cb68 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -41,4 +41,4 @@ export default defineConfig({ }, } } -}); +})