From 2fcf5d63e1e09e84178df13e793efd41624dda42 Mon Sep 17 00:00:00 2001 From: leomcelroy Date: Thu, 21 Sep 2023 05:21:38 -0400 Subject: [PATCH] Update astro.config.mjs --- astro/astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro/astro.config.mjs b/astro/astro.config.mjs index 2db62b58e..f43656f3f 100644 --- a/astro/astro.config.mjs +++ b/astro/astro.config.mjs @@ -12,6 +12,7 @@ export default defineConfig({ }), mdx() ], + output: 'server', adapter: vercel(), markdown: { syntaxHighlight: 'prism'