Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(fe): resolve 504 timeout error in vercel (#1251)
* chore: remove header from main layout * feat: remove api call from main page * feat: add header again * feat: try api call with timeout 3s * feat: log response time * feat: use node-fetch * feat: log fetching timing * feat: use axios * feat: disable standalone output * feat: use nextjs fetch * feat: use suspense component * feat: add problem cards * fix: remove unused component * feat: use skeleton while waiting for API response * feat: set API fetch timeout to 5 seconds * fix: do not show zero time diff * feat: add error page for timeout * feat: add loading fallback in notice page * feat: add loading fallback in problem list page * fix: ignore timediff hydration warning * feat: adjust error message width * feat: add loading fallback in contest page * fix: resolve build error * feat(ci): disable linting on nexjts build * fix(ci): do not perform typecheck for frontend-client Check: vercel/next.js#53959 * feat(fe): remove images.dt.s --------- Co-authored-by: Dayong Lee <dayongkr@gmail.com>
- Loading branch information