Jia Wei Ng

Results 25 comments of Jia Wei Ng

> I have solved this by moving the og API from app/api/og/route.ts to pages/api/og.ts. This seemed the easiest and most stable solution to me This worked for me after cracking...

I also tried the opengraph-image.tsx method but there isn't any way to pass in any parameters other than only using those from the url. https://nextjs.org/docs/app/building-your-application/optimizing/metadata#dynamic-image-generation

Does anyone have a solution if you do not have tiptap pro?

![image](https://github.com/missive/emoji-mart/assets/33184869/3400170a-86a7-4b67-851b-0af6e3a00caa) Is this why the v15 dataset is missing in the package?

+1 need to be able to edit values that are tied to a FK

1. Rename to next.config.js 2. Change your config to this. ``` // import { createContentlayerPlugin } from "next-contentlayer" const { createContentlayerPlugin } = require("next-contentlayer"); // import "./env.mjs" import("./env.mjs"); /** @type...

Yeah the docs are quite lacking. For me, I just went to this repo's apps/web folder and copied all the components from there. It's the code behind the editor live...