Open
Description
Describe the bug
I tried to share the documentation link to social media, and found that the og image did not work properly.
next-forge version
5.0.2
To Reproduce
Steps to reproduce the behavior:
- Go to https://www.opengraph.xyz/
- Enter any documentation link, e.g. "https://www.next-forge.com/apps/app"
- Check the
Preview
section and you can see that the og image is missing
Expected behavior
When we check the homepage url, the og image is working like expected
Screenshots
This is the sample of the preview
Describe the solution you'd like
- Simply change the code at
docs/app/[[...slug]]/page.tsx
from using dynamic og image toopengraph-image.png
- Implement
@vercel/og
to generate dynamic og image