From fcda70706a9d875cedd41452b16abdca99229573 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Fri, 23 Sep 2022 21:35:47 +0630 Subject: [PATCH] Update markdown code block theme => one-dark-pro --- astro.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 2ced6a9..a07746e 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -27,6 +27,10 @@ export default defineConfig({ }, ], ], + shikiConfig: { + theme: "one-dark-pro", + wrap: true, + }, extendDefaultPlugins: true, }, });