shadcn
shadcn
For sure. Definitely something I'm interested in as well.
Oh definitely. I built gatsby-theme-library primarily for reflexjs.org (I assumed no one else was using this). I’m going to add support for both local and cloudinary.
@LER0ever is this a blocker for you? I don't think I'll be able to get to this before next week.
The `theme.styles` object is the primarily use to style MDX. If you want the global `h1` to use variants you can do so like this: ```js export default { fontSizes:...
@karthi-keya How are you handling auth on the Next.js side?
@karthi-keya ok so the user/role that we created to fetch data from Drupal generally has access to everything. This is because we want to pull content to build static pages....
@karthi-keya Following up here. Did you figure it out?
Hmm, I don't use docker that often but I'll see if I can get someone on the team to help with this. Does this example https://github.com/vercel/next.js/tree/canary/examples/with-docker help?
@fiasco This looks great. I've also been doing some work on this. I'll send a PR with some updates soon.
@fiasco How are you handling revisions in this case? Are you passing the revision id to the new route?