What is the purpose of the 'exact' prop in the <Link> component?
The 'exact' prop in the <Link> component is used to match the exact URL. This is useful when you want to ensure that the link is only active when the URL matches exactly, without any additional segments.