Skip to content

Commit 3116250

Browse files
committed
Add runtime=edge back
1 parent eeabaaa commit 3116250

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/works/[id]/page.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import {EditorPage} from "../../EditorPage.jsx";
33
import {useParams} from "next/navigation";
44

5+
export const runtime = "edge";
6+
57
export default function Page() {
68
const {id} = useParams();
79
return <EditorPage id={id} />;

0 commit comments

Comments
 (0)