From 27259f02d821912363548cad48da7932beb27e8c Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 21 Mar 2024 18:57:13 +0530 Subject: changes: reverted to previous commit --- src/app/video/[animeId]/page.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/video') 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; -- cgit v1.2.3