diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 9b98808..5555847 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -1,5 +1,3 @@ -export const runtime = 'edge' - export default function NotFound() { return ( <> @@ -20,6 +18,10 @@ export default function NotFound() {