export const dynamic = 'force-dynamic' export default function DynamicPage() { return <h1 id="dynamic-page-header">Dynamic Page</h1> }