fix: edge

This commit is contained in:
hamster1963 2024-10-21 03:20:40 +08:00
parent f9029c8687
commit c131efd6dc
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ import { NextResponse } from "next/server";
export const runtime = 'edge';
export const dynamic = "force-dynamic";
export const runtime = 'edge';
interface NezhaDataResponse {
error?: string;

View File

@ -7,7 +7,6 @@ import { NextResponse } from "next/server";
export const runtime = "edge";
export const dynamic = "force-dynamic";
export const runtime = 'edge';
interface NezhaDataResponse {
error?: string;