TL;DR: The package.json should not be updated to Next 13, while the entire project is built with Next 12.
For anyone who wants to deploy this project:
- Use next 12.1.6 all the time, just like the lock file suggests. If you just clone the main branch and do
npm install you will get Link tag error
For Vercel team:
- I suggest you to archive this project or fix
package.json
More information: I notice that gazdagergo and hkbertoson created PR to fix Link tag error, and I tried your fix but the error still exists.
Regards,