|
|
|
|
|
by jmeyer2k
961 days ago
|
|
From my experience, Next isn't great for SEO either. Try setting up a redirect that preserves query params with server components. Server components do allow redirects on the server-side, but they do not expose query params. It's technically possible with middleware (single root file that runs for every request), or by setting up a client-side redirect, but that's not ideal. |
|