diff --git a/src/app/[...parts]/page.tsx b/src/app/[...parts]/page.tsx index bec7c2a9..0a03cbcd 100644 --- a/src/app/[...parts]/page.tsx +++ b/src/app/[...parts]/page.tsx @@ -15,7 +15,6 @@ import splitParts from "^/lib/utils/splitParts"; import { DIFF_TYPE_PARAM_NAME } from "./_page/paramNames"; import DiffView from "./view"; -export const runtime = "experimental-edge"; // TODO: Don't use the same component for errors and diff page // TODO: Set title and description using `head.tsx` so that they // are set before `useEffect()`