Next.js Discord

Discord Forum

Random redirection to a page in Next.js

Unanswered
Mini Lop posted this in #help-forum
Open in Discord
Mini LopOP
I want to add a button on my website that, when clicked, redirects the user to a random page within my website.
Currently, my plan is to store all the pages in an array and use Math.random to select a random value from the array to redirect the user. However, since my website will have more than 500 such pages, manually adding them to the array would be tiring.

is there any other possible way to make this simpler?

0 Replies