diff --git a/vite.config.ts b/vite.config.ts index 717174d..4fb6c19 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -86,7 +86,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: {