mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
add revalidation timeframes
This commit is contained in:
@@ -9,6 +9,8 @@ import { Suspense } from 'react';
|
||||
import TermsOfUse from './terms-of-use';
|
||||
|
||||
export const runtime = 'edge';
|
||||
export const revalidate = 43200; // 12 hours in seconds
|
||||
|
||||
const { SITE_NAME } = process.env;
|
||||
|
||||
export const metadata = {
|
||||
|
Reference in New Issue
Block a user