From 5e88ce9c1ec93297c37c407116c9932061fafea7 Mon Sep 17 00:00:00 2001 From: Le Minh Tri Date: Wed, 8 Mar 2023 10:44:21 +0700 Subject: [PATCH] fix(markdown): update markdown config to nowrap text --- astro.config.mjs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 96784e29..fc958c29 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -40,11 +40,6 @@ export default defineConfig({ ], }, }, - markdown: { - shikiConfig: { - wrap: true, - }, - }, }) // vite plugin to import fonts