diff --git a/vite.config.ts b/vite.config.ts index 349fa02..90d09f7 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -87,7 +87,9 @@ export default defineConfig({ headEnabled: true, markdownItSetup(md) { // https://prismjs.com/ + // @ts-expect-error types mismatch md.use(Prism) + // @ts-expect-error types mismatch md.use(LinkAttributes, { pattern: /^https?:\/\//, attrs: {