AngeloK
AngeloK
NNuxt
Created by AngeloK on 9/19/2024 in #❓・help
@nuxt/fonts adobe
Hi thanks for the reply. Ye I was using nuxt-font-loader before but when testing the site with lighthouse i could improve the metrics. It had to load the adobe font. Knew about nuxt/fonts, as it said in the docs it downloaded the files so i tried it 😄 yep indeed, also tracked it down to that line, but can't seem to figure out what is actually not working.
8 replies
NNuxt
Created by Furnaxe on 6/8/2023 in #❓・help
How to use "useI18n" on "server/api" directory
Im not sure but can you access nuxtApp on server routes?
const nuxtApp = useNuxtApp()
const nuxtApp = useNuxtApp()
If so, you could access it like thse:
nuxtApp.vueApp.$nuxt.$i18n
nuxtApp.vueApp.$nuxt.$i18n
3 replies