We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7a458 commit c47b6f5Copy full SHA for c47b6f5
vite.config.ts
@@ -16,13 +16,10 @@ const config: UserConfig = {
16
Pages(),
17
// https://github.com/antfu/vite-plugin-components
18
ViteComponents({
19
- // as the `alias` changes the behavior of middleware, you have to pass it to ViteComponents to do the resolving
20
- // allow auto import and register components used in markdown
21
customComponentResolvers: [
22
// https://github.com/antfu/vite-plugin-icons
23
ViteIconsResolver({
24
componentPrefix: '',
25
- // enabledCollections: ['carbon']
26
}),
27
],
28
0 commit comments