fix: runtime error

This commit is contained in:
hamster1963 2024-09-24 14:19:20 +08:00
parent 4208f16199
commit ef426b1dfd

View File

@ -1,6 +1,8 @@
import Image from "next/image"; import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
export const runtime = 'edge';
export default function NotFoundPage() { export default function NotFoundPage() {
return ( return (
<main className="relative h-screen w-full"> <main className="relative h-screen w-full">