Eric Hong
Posts
-
How can I mask certain part of the web page URL captured?
I have a NEXT.JS url page with URL as such “…/search/[some_id]”, how can I mask/exclude capturing the [some_id] part of the URL?
I have a NEXT.JS url page with URL as such “…/search/[some_id]”, how can I mask/exclude capturing the [some_id] part of the URL?