mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Update layout.tsx
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { Suspense } from 'react';
|
||||
|
||||
export const revalidate = 300; // 5 minutes in seconds
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <Suspense>{children}</Suspense>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user