From 7724e9617df1cc31a9e2ba239cbdeac0b1293d36 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2025 23:03:20 +0000 Subject: Adding the "vitesse-dark" theme configuration for Shiki in the Markdown settings --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 877d5f5..d8e7708 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,6 +11,9 @@ export default defineConfig({ }, markdown: { remarkPlugins: [remarkReadingTime], + shikiConfig: { + theme: "vitesse-dark", + }, }, redirects: { "/blog": { -- cgit v1.2.3