The goal is to avoid zooming and pinching. I'm using NextJS 14.2.5. I tried the viewport object, generateViewport, and also the Head component.
The docs say it:
The viewport object and generateViewport function exports are only supported in Server Components.
I have to use the output: 'export' option because it's a Tauri application. I don't have server. Any pointer?