Justin Holmes
Results
2
issues of
Justin Holmes
I'm using Nuxt 3 and Nuxt UI to build a monolithic TS web application, which also has API endpoints that power iOS and Android native mobile clients. I'm in the...
enhancement
Hello - I have the following in `nuxt.config.ts` ``` fonts: { families: [ { name: 'My Font', provider: 'local', weights: ['200', '300', '400', '500', '600', '700', '800', '900'], display: 'optional',...