I have several routes like...
/defects
/amenities
/information
I need to update it like this below
<BUILDING_ID>/defects
<BUILDING_ID>/amenities
<BUILDING_ID>/information
for example
a83j-782a/defects
a83j-782a/amenities
a83j-782a/information
the building id is exist after user logged in
I need to know how to create dynamic url like that in NextJS, so far i didn't found any helpful resources to learn how to do it