How do you use the query context parameter(of getServerSideProps), after next js 13?
I am new to web development and am following this tutorial:its pretty old and hence uses older version of next js. He uses getServerSideProps which is depreciated, and throws an error when I use it in app router.