src/app/not-found.tsx when a path doesn’t match any route.
- Location:
sabo/src/app/not-found.tsx - Defaults:
Header,Footer,Particlesbackground, and a CTA button back to/
Customize Content
1
Edit text and button
Update the heading, description, and button label/URL.
sabo/src/app/not-found.tsx
2
Adjust background effect
Tweak the Theme-based color is derived from
Particles props like quantity or connect color to theme.sabo/src/app/not-found.tsx
next-themes:sabo/src/app/not-found.tsx
3
Show or hide Header/Footer
Show the full site chrome or remove parts for a minimal 404.
sabo/src/app/not-found.tsx
- Hide header: remove
<Header /> - Hide footer: remove
<Footer />