Individual pages should be dynamic

This commit is contained in:
Lee Robinson
2023-11-10 13:58:25 -06:00
parent b118a59fb2
commit 62179a040c
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ import Prose from 'components/prose';
import { getPage } from 'lib/shopify';
import { notFound } from 'next/navigation';
export const revalidate = 43200; // 12 hours in seconds
export async function generateMetadata({
params
}: {