We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeabaaa commit 3116250Copy full SHA for 3116250
app/works/[id]/page.jsx
@@ -2,6 +2,8 @@
2
import {EditorPage} from "../../EditorPage.jsx";
3
import {useParams} from "next/navigation";
4
5
+export const runtime = "edge";
6
+
7
export default function Page() {
8
const {id} = useParams();
9
return <EditorPage id={id} />;
0 commit comments