-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Problems
-
404 page renders "undefined" 24 times —
src/app/not-found.tsx:5
Component expectsstatusCodeprop but App Routernot-found.tsxreceives no props. Replace with:export default function NotFound() { // ... <Line line={Array(24).fill('404')} /> }
-
Sitemap has placeholder "acme.com" URLs —
src/app/sitemap.ts
Contains Next.js template defaults pointing to acme.com with routes that don't exist (/about,/blog). Generate dynamically fromgetPages()with base URLhttps://unit4.io. -
Hardcoded copyright year —
src/app/layout.tsx:86
Footer says2017-2025. Usenew Date().getFullYear()for the end year.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels