From 433a19187ad8c2b4f0ee8bc9bea9c99226f0aea9 Mon Sep 17 00:00:00 2001 From: Oscar Busk Date: Thu, 17 Nov 2022 15:26:10 +0100 Subject: [PATCH] Revert "Try what happens if I put diff page on edge" This reverts commit 3ee5c11e3c1900a6910ac9ea0158facedb6dc524. --- src/app/[...parts]/page.tsx | 1 - 1 file changed, 1 deletion(-) 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()`