Skip to content

debugging docs fixes #104

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/wallet-app/build-with-minikit/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ your-domain.com/
"homeUrl": "https://example.com",
"webhookUrl": "https://example.com/api/webhook",
"subtitle": "Example Mini App subtitle",
"description": "Example Mini App subtitle",
"description": "Example Mini App description",
"screenshotUrls": [
"https://example.com/screenshot1.png",
"https://example.com/screenshot2.png",
Expand All @@ -87,8 +87,8 @@ your-domain.com/
],
"heroImageUrl": "https://example.com/og.png",
"tagline": "Example Mini App tagline",
"ogTitle": "Example Mini App",
"ogDescription": "Example Mini App description",
"ogTitle": "Example Mini App ogTitle",
"ogDescription": "Example Mini App ogDescription",
"ogImageUrl": "https://example.com/og.png"
}
}
Expand Down Expand Up @@ -366,4 +366,4 @@ If you're still experiencing issues after following this guide:

import PolicyBanner from "/snippets/PolicyBanner.mdx";

<PolicyBanner />
<PolicyBanner />