Open the browser development tool and swap the viewport.
Only used window.navigator.userAgent.
DESKTOP
Use the 'resize' event listener and window.navigator.
width > 768
DESKTOP
Use userAgent()from @next/server and append it to searchParams in headers.
DESKTOP
Retrieve x-is-mobile from the cookie previously set by the middleware.
DESKTOP