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 { import {
groupIconMdPlugin, groupIconMdPlugin,
groupIconVitePlugin, groupIconVitePlugin,
@ -126,7 +126,7 @@ export const shared = defineConfig({
llmstxt({ llmstxt({
workDir: 'en', workDir: 'en',
ignoreFiles: ['index.md'] ignoreFiles: ['index.md']
}) as Plugin })
] ]
} }
}) })

Loading…
Cancel
Save