I have a component on the home page and font sizes look OK. But f I place it on another page the styles don’t apply. I’m a little confused how to control this and believe its via Project settings, but only see this:
Also note that I don’t need GlobalContextsProvider
for homepage to style correctly as it’s commented out.
// <GlobalContextsProvider>
<ph.PageParamsProvider
params={useRouter()?.query}
query={useRouter()?.query}
>
<PlasmicHomepage />
</ph.PageParamsProvider>
// </GlobalContextsProvider>
Any help appreciated.