We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3432c commit e36414bCopy full SHA for e36414b
pages/~/top/cowboys.js
@@ -6,6 +6,7 @@ import UserList from '@/components/user-list'
6
7
export const getServerSideProps = getGetServerSideProps({ query: TOP_COWBOYS })
8
9
+// if a when descriptor is provided, it redirects here; see next.config.js
10
export default function Index ({ ssrData }) {
11
return (
12
<Layout>
0 commit comments