aboutsummaryrefslogtreecommitdiff
path: root/src/app/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/video')
-rw-r--r--src/app/video/[animeId]/page.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/video/[animeId]/page.jsx b/src/app/video/[animeId]/page.jsx
index d475d72..02f6197 100644
--- a/src/app/video/[animeId]/page.jsx
+++ b/src/app/video/[animeId]/page.jsx
@@ -8,8 +8,6 @@ import {
import "../video.css";
import { redirect } from "next/navigation";
-export const runtime = 'edge';
-
export default async function Video({ params }) {
const id = params.animeId;