refactor: Ditch nuxt-icon in favour of iconify's native WebComponent

This commit is contained in:
Jesse Wierzbinski 2024-05-11 23:04:00 -10:00
parent e622c1625f
commit 52c1f1c57f
No known key found for this signature in database
20 changed files with 146 additions and 136 deletions

View file

@ -6,12 +6,16 @@ export default defineNuxtConfig({
"@vueuse/nuxt",
"nuxt-headlessui",
"@nuxt/fonts",
"nuxt-icon",
//"nuxt-shiki",
"@vee-validate/nuxt",
"nuxt-security",
"@vite-pwa/nuxt",
],
vue: {
compilerOptions: {
isCustomElement: (tag) => tag === "iconify-icon",
},
},
pwa: {
manifest: {
name: "Lysand",