From 37b5af8d7e8aeb56a88419ff718cde1213c06881 Mon Sep 17 00:00:00 2001 From: itsbrunodev Date: Sun, 5 Jan 2025 21:45:34 +0100 Subject: [PATCH] Remove force-dynamic from the not-found page --- app/not-found.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/not-found.tsx b/app/not-found.tsx index 1e46675..d384f0f 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -6,8 +6,6 @@ export const metadata: Metadata = { title: "Not Found - SnipNest", }; -export const dynamic = "force-dynamic"; - export default function NotFoundPage() { return ; }