Html – Viewport meta tag in NextJS 14 app router with "shrink-to-fit=yes" issue
I'm trying to make my NextJS 14 app router application scale down on any device less than 500px width, as I'm making my app responsive down to 500px wide and anything below that I want it to scale down, previously…