From 013a16260f693c09aaf737f2c14e24209ae38c9c Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 3 Sep 2024 20:06:44 +0200 Subject: [PATCH] Add new icon pack --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index c07524e..fdc5a2d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -43,7 +43,7 @@ export default defineNuxtConfig({ // Nuxt Icon icon: { - serverBundle: ['ph', 'heroicons'], + serverBundle: ['ph', 'heroicons', 'vscode-icons'], }, // Nuxt Color Mode