MENU
Dynamic Segment
You can designate a route segment as dynamic with [] so that it accepts any path segment.
Different actions can then be taken according to the actual segment passed in the URL.
You can designate a route segment as dynamic with [] so that it accepts any path segment.
Different actions can then be taken according to the actual segment passed in the URL.