A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
Hi,
Is there a good way to make a parameter page to friendly URL?
For example i want:
<a href="/products/?page=4">4</a>
be the same as
<a href="/products/page/4">4</a>