rxsto
How should I use components as values in objects?
this is about the current state the project is in: https://stackblitz.com/edit/github-qacn3f
9 replies
How can I setup this font using nuxt/fonts
https://github.com/nuxt/fonts?tab=readme-ov-file#local
As you can read here, nuxt/fonts tries to find fonts mentioned in
font-family
in your public folder, but it requires a certain naming scheme to work. You'd have to rename and reorder your font files for them to be properly analyzed.8 replies
Dynamic server routes not working
Partially dynamic routes are seemingly not possible (https://github.com/nuxt/nuxt/discussions/20863) either as far as i can tell from this issue? So is the routing capability inside of the
server/api
folder limited to just one fully dynamic part in the path?11 replies