mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-02-01 11:57:49 +01:00
Add icons to search query
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user