You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from getPages() with base URL https://unit4.io.
Hardcoded copyright year — src/app/layout.tsx:86
Footer says 2017-2025. Use new Date().getFullYear() for the end year.
Problems
404 page renders "undefined" 24 times —
src/app/not-found.tsx:5Component expects
statusCodeprop but App Routernot-found.tsxreceives no props. Replace with:Sitemap has placeholder "acme.com" URLs —
src/app/sitemap.tsContains 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:86Footer says
2017-2025. Usenew Date().getFullYear()for the end year.