Add icons to search query

This commit is contained in:
2024-09-03 20:14:31 +02:00
parent 2c100ecc13
commit 9f3e18ae0d
3 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
import { IconsCollection } from './types/types'
export default defineNuxtConfig({
future: { compatibilityVersion: 4 },
@@ -43,7 +45,7 @@ export default defineNuxtConfig({
// Nuxt Icon
icon: {
serverBundle: ['ph', 'heroicons', 'vscode-icons', 'simple-icons'],
serverBundle: IconsCollection,
},
// Nuxt Color Mode