From 2c100ecc13669e447640ad33b8fb030fcc133d1f Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Tue, 3 Sep 2024 20:09:25 +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 fdc5a2d..5af9852 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -43,7 +43,7 @@ export default defineNuxtConfig({ // Nuxt Icon icon: { - serverBundle: ['ph', 'heroicons', 'vscode-icons'], + serverBundle: ['ph', 'heroicons', 'vscode-icons', 'simple-icons'], }, // Nuxt Color Mode