next.js/test/e2e/app-dir/revalidate-path-with-rewrites/app/legacy/static/page.tsx
page.tsx9 lines192 B
import SharedPage from '../../shared-page'

export const revalidate = 900
export const fetchCache = 'force-cache'

export default function Page() {
  return <SharedPage isDynamic={false} />
}
Quest for Codev2.0.0
/
SIGN IN