Skip to content
This repository was archived by the owner on Jun 29, 2023. It is now read-only.
This repository was archived by the owner on Jun 29, 2023. It is now read-only.

NFT Collection: update push-to-GitHub instructions #82

@Coding-with-Adam

Description

@Coding-with-Adam

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

Metadata

Metadata

Assignees

Labels

documentationImprovements or fixes to the docs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions