Skip to content

Commit

Permalink
Disable edge function
Browse files Browse the repository at this point in the history
  • Loading branch information
sepal committed Oct 30, 2023
1 parent 6e0d0f4 commit 117d491
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/meme/[memeId]/file/route.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { getMeme } from "@/server/data/meme";
import { notFound } from "next/navigation";
import { NextResponse } from "next/server";

export const runtime = "edge";
export const preferredRegion = "fra1";

export async function GET(
req: Request,
{
Expand Down

0 comments on commit 117d491

Please sign in to comment.