Skip to content

Commit c83395b

Browse files
committed
chore: add iconify icon packages
1 parent 4127a9d commit c83395b

File tree

3 files changed

+113
-14
lines changed

3 files changed

+113
-14
lines changed

.config/nuxt.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ export default defineNuxtConfig({
7070

7171
hub: { database: true, blob: true },
7272

73-
icon: { mode: "svg", serverBundle: "remote" },
73+
icon: {
74+
mode: "svg",
75+
clientBundle: {
76+
scan: true,
77+
sizeLimitKb: 2048
78+
}
79+
},
7480

7581
eslint: {
7682
config: {

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@
3636
"@ckeditor/ckeditor5-vue": "^7.2.0",
3737
"@cloudflare/workers-types": "^4.20240925.0",
3838
"@glidejs/glide": "^3.6.2",
39+
"@iconify-json/bi": "^1.2.1",
40+
"@iconify-json/fa6-solid": "^1.2.1",
41+
"@iconify-json/ph": "^1.2.1",
42+
"@iconify-json/solar": "^1.2.1",
3943
"@nuxt/eslint": "^0.5.7",
40-
"@nuxt/icon": "^1.5.2",
44+
"@nuxt/icon": "^1.6.1",
4145
"@nuxt/scripts": "^0.9.4",
4246
"@nuxthub/core": "^0.7.20",
4347
"@nuxtjs/sitemap": "^6.1.1",

pnpm-lock.yaml

Lines changed: 101 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)