fix: remove unused ts-expect-error
This commit is contained in:
parent
8ef1343fef
commit
f799e7f64e
@ -87,9 +87,7 @@ 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