aboutsummaryrefslogtreecommitdiff
path: root/src/app/video
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-21 18:57:13 +0530
committerreal-zephex <[email protected]>2024-03-21 18:57:13 +0530
commit27259f02d821912363548cad48da7932beb27e8c (patch)
treedc537000fce3d217fd891836588028d9c33352bc /src/app/video
parentfix: cloudflare fix (diff)
downloaddramalama-27259f02d821912363548cad48da7932beb27e8c.tar.xz
dramalama-27259f02d821912363548cad48da7932beb27e8c.zip
changes: reverted to previous commit
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;