mirror of
https://github.com/vercel/commerce.git
synced 2025-09-08 00:40:15 +00:00
Prepare for using PPR (#1236)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { revalidate } from 'lib/shopify';
|
||||
import { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
export const runtime = 'edge';
|
||||
|
||||
export async function POST(req: NextRequest): Promise<NextResponse> {
|
||||
return revalidate(req);
|
||||
}
|
||||
|
Reference in New Issue
Block a user