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 }], ], },