diff --git a/app/not-found.tsx b/app/not-found.tsx index a85ab65..4e18e5c 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -1,7 +1,5 @@ +import notFound from '@/public/not-found.webp' import Image from 'next/image' -import notFound from '../public/not-found.webp' - -export const runtime = 'edge' /** * The 404 component. diff --git a/app/r/[slug]/page.tsx b/app/r/[slug]/page.tsx index 1101596..0e5c6a9 100644 --- a/app/r/[slug]/page.tsx +++ b/app/r/[slug]/page.tsx @@ -8,8 +8,6 @@ import {PageProps} from '@/lib/types' import type {Metadata} from 'next' import Link from 'next/link' -export const runtime = 'edge' - /** * Generate metadata. *