Skip to content

Commit f3d8671

Browse files
committed
Fix based on Sohey's comments
1 parent bf9f2f7 commit f3d8671

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/mini-apps/features/sign-manifest.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Every Mini App needs a **manifest** (`farcaster.json`) file to be recognized by
1414
Your manifest file must be publicly accessible at:
1515
`https://your-domain.com/.well-known/farcaster.json`
1616

17-
For NextJS apps, this is done by creating a file in the following directory: `app/.well-known/farcaster.json/route.ts`
1817

1918
<Tip> Want to learn more about manifests? 👉 Check out our [Manifest guide](/mini-apps/features/manifest).</Tip>
2019

@@ -30,7 +29,7 @@ There are two supported ways to sign and generate your manifest:
3029

3130
1. Visit **[Base.dev](https://base.dev)** and sign in with your Base account.
3231
2. Open **Preview → Account Association**.
33-
3. Enter your Mini App domain (exclude `https://` and trailing slashes) in the App URL field.
32+
3. Enter your Mini App domain in the App URL field.
3433
4. Click **Submit**. You should see a notification that you should verify your app ownership. Click **Verify → Sign**.
3534
5. Follow the on-screen instructions to sign the message in your wallet.
3635
6. Click **Copy** to copy the generated `accountAssociation` object.

0 commit comments

Comments
 (0)