Skip to content

Commit

Permalink
Revert "Try what happens if I put diff page on edge"
Browse files Browse the repository at this point in the history
This reverts commit 3ee5c11.
  • Loading branch information
oBusk committed Nov 17, 2022
1 parent 3ee5c11 commit 433a191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/[...parts]/page.tsx
Expand Up @@ -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()`
Expand Down

0 comments on commit 433a191

Please sign in to comment.