When building the project on vercel there are the following build issues:
Failed to compile.
./pages/_app.tsx
13:9 Warning: Custom fonts not added in `pages/_document.js` will only load for a single page. This is discouraged. See: https://nextjs.org/docs/messages/no-page-custom-font @next/next/no-page-custom-font
./pages/whatWeDo/index.tsx
14:7 Error: Missing "key" prop for element in iterator react/jsx-key
info - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
Error: Command "npm run build" exited with 1
These should be resolved so that the project can be run on vercel.
When building the project on vercel there are the following build issues:
These should be resolved so that the project can be run on vercel.