UNPKG

@nadeshikon/plugin-nextjs

Version:
12 lines (10 loc) 252 B
// this should be dynamic as it doesn't specify force-static // and the parent layout uses `headers()` export default function Page() { return ( <> <p id="page">/force-static</p> <p id="now">{Date.now()}</p> </> ) }