The nextjs page /users/[userid]
is statically rendered on build time in the vercel platform.
Is there anyway to serve two different versions of that page through some configuration on vercel or nextjs according to the user-agent (device-type) ? (while keeping it static)
A mobile user requesting example.com/users/userid
getting a different static page than the desktop user requesting the same path.