From b98665e4ca839c678b7d6d9e7d6de48b292d763b Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 24 Aug 2025 23:53:16 +0200 Subject: [PATCH] ignore pesky typescript error --- astro.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.mjs b/astro.config.mjs index 0657566..31542dc 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -61,6 +61,7 @@ export default defineConfig({ markdown: { remarkPlugins: [ // remove the substitution of -- to – + // @ts-ignore [remarkSmartypants, { dashes: false }], ], },