Skip to content

Commit 41b1bbc

Browse files
committed
added env step
1 parent 685e3cc commit 41b1bbc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/mini-apps/quickstart/create-new-miniapp.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ vercel env add NEXT_PUBLIC_URL=https://your-vercel-project-name.vercel.app
3939
The `minikit.config.ts` file is responsible for configuring your manifest located at `app/.well-known/farcaster.json` and creating embed metadata.
4040

4141
<Tip> You can customize the manifest by updating the `miniapp` object.</Tip>
42-
42+
<Info>
43+
Note: ROOT_URL references your NEXT_PUBLIC_URL environment variable, so it will automatically use the Vercel URL you set in Step 3.
44+
</Info>
4345

4446

4547
For details on each field, see the [field reference](/mini-apps/features/manifest#field-reference).
4648
```ts minikit.config.ts
4749
export const minikitConfig = {
48-
accountAssociation: { // this will be added in step 5
50+
accountAssociation: { // this will be added in step 6
4951
"header": "",
5052
"payload": "",
5153
"signature": ""

0 commit comments

Comments
 (0)