[PR #5] [MERGED] Add custom 404 page #11

Closed
opened 2026-03-03 13:49:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/higgins/gitpushups.com/pull/5
Author: @higgins
Created: 9/12/2025
Status: Merged
Merged: 9/12/2025
Merged by: @higgins

Base: mainHead: codex/add-404-page-with-image-reference


📝 Commits (2)

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

app/not-found.tsx (+15 -0)

📄 Description

Summary

  • display a custom 404 page that links home and shows the 404.png graphic

Testing

  • npm test (fails: Missing script "test")
  • npm run lint (fails: Invalid Options: useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives)
  • npx eslint app/not-found.tsx
  • npm run build (fails: NextFontError: Failed to fetch font Inter and Montserrat)

https://chatgpt.com/codex/tasks/task_e_68bd037ed2f483328254e7dd785a5266


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/higgins/gitpushups.com/pull/5 **Author:** [@higgins](https://github.com/higgins) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/12/2025 **Merged by:** [@higgins](https://github.com/higgins) **Base:** `main` ← **Head:** `codex/add-404-page-with-image-reference` --- ### 📝 Commits (2) - [`f971877`](https://github.com/higgins/gitpushups.com/commit/f97187759c134ef07d0a2d6c2a1f0c784907f894) Add custom 404 page - [`46fe492`](https://github.com/higgins/gitpushups.com/commit/46fe4925928d2c877606ab94f71ae51e8e8be92e) layout, 404 graphic ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/not-found.tsx` (+15 -0) </details> ### 📄 Description ## Summary - display a custom 404 page that links home and shows the 404.png graphic ## Testing - `npm test` (fails: Missing script "test") - `npm run lint` (fails: Invalid Options: useEslintrc, extensions, resolvePluginsRelativeTo, rulePaths, ignorePath, reportUnusedDisableDirectives) - `npx eslint app/not-found.tsx` - `npm run build` (fails: NextFontError: Failed to fetch font `Inter` and `Montserrat`) ------ https://chatgpt.com/codex/tasks/task_e_68bd037ed2f483328254e7dd785a5266 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:49:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitpushups.com#11
No description provided.