fix: edge

This commit is contained in:
hamster1963 2024-10-19 22:12:36 +08:00
parent b1b7e0f003
commit f99dad4dcc

View File

@ -2,6 +2,8 @@ import { NezhaAPISafe } from "@/app/[locale]/types/nezha-api";
import { GetServerDetail } from "@/lib/serverFetch";
import { NextResponse } from "next/server";
export const runtime = 'edge';
export const dynamic = "force-dynamic";
interface NezhaDataResponse {