rampup_
rampup_
NNuxt
Created by rampup_ on 5/29/2024 in #❓・help
Fetch data during static generate
I wonder if there is an option to fetch 3rd party api data during static generate. All options I tried also fetched the data in the browser.
3 replies
NNuxt
Created by rampup_ on 5/27/2024 in #❓・help
useHead not working in server components
Not sure if it is a bug or a misconception on my side, but changing properties in the <head> does not seem to work in a .server. component. I didn't find any correlating issue online, therefore I wonder, if the error is maybe on my side. What do I want do achieve: I request a headless cms and fill the content dynamically. Works like a charm. Also can I change the <head> properties with the documented solutions. If I change it to a .server. component, I lost control over the head. Why? PS: There is no error output and neither <head> in template nor useHead, nor useSeoMeta nor UseServerSeoMeta are working.
3 replies