Hi, I am running through the NFT Collection tutorial and realized that the below instruction (inside the NFT-Collection.md file) is not possible in Vercel, which means I (and others students) are likely to get stuck.
- Click Edit next to Root Directory and set it to my-app
The problem lies in the previous step where we push the whole NFT-Collection folder to github. For some reason, somewhere along the tutorial, the my-app folder has git initialized inside of it. As a result, when pushing the NFT Collection folder, it pushes my-app to GitHub as a submodule. Consequently, in Vercel, onc cannot set my-app to the Root Directly of Vercel.
I solved this by deleting the .git file inside my-app and repushed the whole NFT-Collection (which pushed my-app as a folder instead of a submodule).
But I'm not sure this is the best solution. Can you please guide me by letting me know what the best solution would be.
I'd be happy to create a PR and update your tutorial/NFT-Collection.md file once I know the best way to move forward.
Thank you,
adam