narr07
narr07
NNuxt
Created by narr07 on 5/28/2024 in #❓・help
Help, Two local fonts familly, Only one legible
https://github.com/nuxt/fonts/issues/165 module: '@nuxt/fonts', families: [ { name: 'Display', src: '/fonts/Display/', weights: ['200', '300', '400', '500', '700', '900'], display: 'swap', }, { name: 'Narr', src: '/fonts/Narr/', weights: ['100', '300', '400', '500', '700', '900'], display: 'swap', }, ], Only Narr Font readable
2 replies
NNuxt
Created by narr07 on 5/21/2024 in #❓・help
How to make a CodeGroup like on Nuxt UI Pro,
Iam using nuxt ui for free
2 replies
NNuxt
Created by narr07 on 5/17/2024 in #❓・help
Nuxt Content (Document driven) and i18n
Is there a solution to this problem now? When it is not the default language, the data does not appear Document not found, overwrite this content with #not-found slot in <ContentDoc>. Config content: { locales: ['id', 'en'], defaultLocale: 'id' } Directory ---- --content ---id ---en ----- similiar to this: https://github.com/nuxt/content/issues/2003
4 replies