File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/mini-apps/quickstart Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,15 @@ vercel env add NEXT_PUBLIC_URL=https://your-vercel-project-name.vercel.app
3939The ` 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
4547For details on each field, see the [ field reference] ( /mini-apps/features/manifest#field-reference ) .
4648``` ts minikit.config.ts
4749export 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" : " "
You can’t perform that action at this time.
0 commit comments