From adc2555489011934b209ddcd42668d1d6727db3e Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Fri, 26 Apr 2024 18:56:04 +0000 Subject: removed edge runtime --- src/app/anime/top-airing/page.jsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/app/anime/top-airing/page.jsx') diff --git a/src/app/anime/top-airing/page.jsx b/src/app/anime/top-airing/page.jsx index 2f6232f..e406860 100644 --- a/src/app/anime/top-airing/page.jsx +++ b/src/app/anime/top-airing/page.jsx @@ -3,8 +3,6 @@ import Image from "next/image"; import Link from "next/link"; import { preFetchAnimeInfo } from "../videoLinkfetcher"; -export const runtime = "edge"; - export default async function Trending() { const data = await test(); preFetchAnimeInfo(data); -- cgit v1.2.3