mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: ⚡ Ditch nuxt-icon in favour of iconify's native WebComponent
This commit is contained in:
parent
e622c1625f
commit
52c1f1c57f
20 changed files with 146 additions and 136 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue