I'm building the pages for my Next.js app and have a page that is only part of the mobile design. I'm wondering how do I only serve this page to people who navigate to it on mobile -- then on desktop if they request this page default to homepage or an error?
/pages
index.js
mobile-only.js