Skip to main content
Next.js App Router renders src/app/not-found.tsx when a path doesn’t match any route.
  • Location: sabo/src/app/not-found.tsx
  • Defaults: Header, Footer, Particles background, 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 Particles props like quantity or connect color to theme.
sabo/src/app/not-found.tsx
Theme-based color is derived from 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 />
For navigation/footer customization, see the Header and Footer guides.