chore: fix types
This commit is contained in:
parent
60a52456f1
commit
ed00348799
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user