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 2461b49 commit 6b18cd8Copy full SHA for 6b18cd8
bun.lockb
19 KB
nuxt.config.ts
@@ -93,6 +93,26 @@ export default defineNuxtConfig({
93
includeCustomCollections: true,
94
// guard for uncompressed bundle size, will fail the build if exceeds
95
sizeLimitKb: 256,
96
+ icons: [
97
+ 'heroicons:clipboard-document',
98
+ 'heroicons:chevron-right-20-solid',
99
+ 'heroicons:chevron-left-20-solid',
100
+ 'heroicons:hashtag-20-solid',
101
+ 'heroicons:chevron-down-20-solid',
102
+ 'heroicons:moon-20-solid',
103
+ 'heroicons:sun-20-solid',
104
+ 'heroicons:x-mark-20-solid',
105
+ 'heroicons:rocket-launch',
106
+ 'heroicons:arrow-up-right-20-solid',
107
+ 'heroicons:arrow-left-20-solid',
108
+ 'heroicons:check-circle-16-solid',
109
+ 'vscode-icons:file-type-bun',
110
+ 'vscode-icons:file-type-npm',
111
+ 'vscode-icons:file-type-pnpm',
112
+ 'vscode-icons:file-type-yarn',
113
+ 'vscode-icons:file-type-typescript',
114
+ 'vscode-icons:file-type-solidity',
115
+ ],
116
},
117
118
$production:
0 commit comments