From 6a159d89b761c0c273f83fedb829e0653b679364 Mon Sep 17 00:00:00 2001
From: toothtaste <197402001+toothtaste@users.noreply.github.com>
Date: Thu, 17 Jul 2025 20:29:38 +0700
Subject: [PATCH] debugging docs fixes
---
docs/wallet-app/build-with-minikit/debugging.mdx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/wallet-app/build-with-minikit/debugging.mdx b/docs/wallet-app/build-with-minikit/debugging.mdx
index 0e104f3..ef632e9 100644
--- a/docs/wallet-app/build-with-minikit/debugging.mdx
+++ b/docs/wallet-app/build-with-minikit/debugging.mdx
@@ -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",
@@ -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"
}
}
@@ -366,4 +366,4 @@ If you're still experiencing issues after following this guide:
import PolicyBanner from "/snippets/PolicyBanner.mdx";
-
\ No newline at end of file
+