next.js/test/production/deterministic-build/standard/pages/pages-dynamic/index.js
index.js9 lines169 B
export default function Page() {
  return 'pages-page (node)'
}

// Use gssp to opt-in dynamic rendering
export function getServerSideProps() {
  return { props: {} }
}
Quest for Codev2.0.0
/
SIGN IN