Is it possible to conditionally redirect based on the referrer of the visitor?
What I want to do is redirecting the user if it comes from a specific domain (and/or any other subdomains), if there is no referrer or the domain does not match, no redirection should apply.
I was thinking using getServerSideProps().