-
Notifications
You must be signed in to change notification settings - Fork 287
Docs/dynamic tech guide #580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Heimdall Review Status
|
| curl http://localhost:3000/share/testuser | grep "fc:miniapp" | ||
| ``` | ||
|
|
||
| Click the share button in your app to test the full experience. You should see the compose window open with your personalized share link, and the embed should display your custom generated image. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's replace "Verify the complete sharing flow works" with this paragraph.
| </Note> | ||
|
|
||
| ## Prerequisites | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just turn this into a step:
<Step title="Install Vercel Open Graph Library">
<Note>
Skip this step if your app uses Next.js App Router, as the package is already included
</Note>
npm install @vercel/og</Step>
What changed? Why?