type assertion is no longer needed?

pull/4635/head
Divyansh Singh 5 months ago
parent 2d2a622b85
commit 23f798eb3f

@ -1,4 +1,4 @@
import { defineConfig, type Plugin } from 'vitepress'
import { defineConfig } from 'vitepress'
import {
groupIconMdPlugin,
groupIconVitePlugin,
@ -126,7 +126,7 @@ export const shared = defineConfig({
llmstxt({
workDir: 'en',
ignoreFiles: ['index.md']
}) as Plugin
})
]
}
})

Loading…
Cancel
Save