From 6f4cc846e1e07d70c43de8936a8b6410a5ed040d Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 21 Mar 2024 13:39:03 +0530 Subject: fix: cloudflare fix --- src/app/video/[animeId]/page.jsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/video') diff --git a/src/app/video/[animeId]/page.jsx b/src/app/video/[animeId]/page.jsx index 02f6197..d475d72 100644 --- a/src/app/video/[animeId]/page.jsx +++ b/src/app/video/[animeId]/page.jsx @@ -8,6 +8,8 @@ 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