From ef426b1dfde854c2f95a18fb1d827fb2c3817650 Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 24 Sep 2024 14:19:20 +0800 Subject: [PATCH] fix: runtime error --- app/not-found.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 (