Skip to content

Commit c47b6f5

Browse files
committed
chore: remove extra command
1 parent 7b7a458 commit c47b6f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vite.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ const config: UserConfig = {
1616
Pages(),
1717
// https://github.com/antfu/vite-plugin-components
1818
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
2119
customComponentResolvers: [
2220
// https://github.com/antfu/vite-plugin-icons
2321
ViteIconsResolver({
2422
componentPrefix: '',
25-
// enabledCollections: ['carbon']
2623
}),
2724
],
2825
}),

0 commit comments

Comments
 (0)