Skip to content

Commit

Permalink
Remove force-dynamic from the not-found page
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbrunodev committed Jan 5, 2025
1 parent f9c0bb9 commit 37b5af8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export const metadata: Metadata = {
title: "Not Found - SnipNest",
};

export const dynamic = "force-dynamic";

export default function NotFoundPage() {
return <NotFound />;
}

0 comments on commit 37b5af8

Please sign in to comment.