document id as pathname
So I'm using the document ID as a pathname, which is making url ugly and too long is there any alternate approach that I can use?
So it's like for example -> abc/[document_id] and when someone goes to abc/[document_id] through the document id I am getting the info to show it on the page.
Can someone please suggest an alternative approach to this thanks
4 Replies