-
Commit 2479ac1cfbb959399afc841e5eaf40d7a007256c -> deploy to Vercel -> with this commit, it can be deployed successfully
-
Commit d80716bbb9bf5c2bd3fa30c6812e12d3cee8c9d6 -> deploy to Vercel -> with this commit, it can be deployed successfully In this commit, I added Research button which links to one Server-side rendering page
-
Commit 77a24f01ffaee3141b8adf05562a916446a8e8c4 -> deploy to Vercel -> Error In this commit, I added Nx and moved app to frontends/example folder. After deployed to Vercel. There is an error when I clicked on Research button ( which will link to a SSR page)
- Install packages
$ yarn- Add vercel configuration
- Replace
orgIdandprojectIdinfrontends/example/.vercel/project.jsonfile
- Build
exampleproject by Vercel CLI
$ yarn nx vercel-build example- Deploy
exampleapp to Vercel by Vercel CLI
$ yarn nx vercel-deploy example --token <your vercel token which accesses to your org that you config in step 2>