diff --git a/app/not-found.tsx b/app/not-found.tsx index 3c78834..f542f93 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -1,6 +1,8 @@ import Image from "next/image"; import Link from "next/link"; +export const runtime = 'edge'; + export default function NotFoundPage() { return (