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
Should it be possible for a url to match several endpoint?
I always assumed that a url would match one of the schema lists per provider, thus resulting in one and only one endpoint match.
This came up as #514 dictates there could be more than one endpoint match for a url, and that the first one should be preferred.
I am asking so I make the correct assumptions for my plugin gatsby-remark-omebed. I will be digging into the plugin again this spring creating a more generic plugin for remark and building on that for other frameworks as well I hope. I am also open to contribute more here as well if needed.
The text was updated successfully, but these errors were encountered:
Should it be possible for a url to match several endpoint?
I always assumed that a url would match one of the schema lists per provider, thus resulting in one and only one endpoint match.
This came up as #514 dictates there could be more than one endpoint match for a url, and that the first one should be preferred.
I am asking so I make the correct assumptions for my plugin gatsby-remark-omebed. I will be digging into the plugin again this spring creating a more generic plugin for remark and building on that for other frameworks as well I hope. I am also open to contribute more here as well if needed.
The text was updated successfully, but these errors were encountered: