File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ Every Mini App needs a **manifest** (`farcaster.json`) file to be recognized by
1414Your 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.
You can’t perform that action at this time.
0 commit comments