mirror of
https://github.com/vercel/commerce.git
synced 2025-08-09 18:31:23 +00:00
Remove stray revalidate
This commit is contained in:
@@ -6,8 +6,6 @@ import { notFound } from 'next/navigation';
|
|||||||
|
|
||||||
export const runtime = 'edge';
|
export const runtime = 'edge';
|
||||||
|
|
||||||
export const revalidate = 43200; // 12 hours in seconds
|
|
||||||
|
|
||||||
export async function generateMetadata({
|
export async function generateMetadata({
|
||||||
params
|
params
|
||||||
}: {
|
}: {
|
||||||
|
Reference in New Issue
Block a user