Next.js Discord

Discord Forum

Add query param on every page automatically

Answered
Black Caiman posted this in #help-forum
Open in Discord
Black CaimanOP
Is there a way that I can add a query params in the url automatically on every page? I am planning to add a referral query
Answered by joulev
Check if the query is there already; if not, add the query
View full answer

6 Replies

You can use middleware for that ig
Black CaimanOP
yepp it will automatically add query -> /product?a=b
Yeah then try middleware
Check if the query is there already; if not, add the query
Answer
Black CaimanOP
got itt thankyouuu