How to have two URLs point to the same page with a redirect?

I have two URLs that I want both to point to the same page - is there a way to set up a page redirect or create a symbolic link so that either URL will land on the same page?

Hi @coherent_piranha - this is done at the framework level, so if you are using Next.js, then you can add a redirect to your next.config.js:

https://nextjs.org/docs/api-reference/next.config.js/redirects