You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, utterances checks if an issue title "contains" the page pathname. I'd like another option where utterances matches "exactly" with the page pathname.
This fixes the issue where the same comments show up for a page that is on a different path. For example:
So if someone comments on the second blog post first, then that issue is used for both the first and second blog post, as the first blog post's pathname is included within the second blog post's pathname.
The text was updated successfully, but these errors were encountered:
Currently, utterances checks if an issue title "contains" the page pathname. I'd like another option where utterances matches "exactly" with the page pathname.
This fixes the issue where the same comments show up for a page that is on a different path. For example:
So if someone comments on the second blog post first, then that issue is used for both the first and second blog post, as the first blog post's pathname is included within the second blog post's pathname.
The text was updated successfully, but these errors were encountered: