UTMIST / utmist2

This is version 2 of our website!
https://utmist.vercel.app
Apache License 2.0
0 stars 6 forks source link

Fix build issues #38

Closed Cali0707 closed 11 months ago

Cali0707 commented 11 months ago

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.