near / near-discovery-components

This is a repository that holds the source code of all NEAR discovery components that the team maintains for near.org.
https://near.org
MIT License
14 stars 12 forks source link

(Blog.Feed) add option to customize URL path #786

Closed bucanero closed 2 months ago

bucanero commented 4 months ago

As discussed with @jackson-harris-iii on Slack

Is your feature request related to a problem? Please describe.

The /bosblog path is hardcoded on the Blog.Feed component, so if the user tries to use a different URL like /myblog the links end up broken and pointing to /bosblog anyway

Describe the solution you'd like

Add a parameter that can be passed in by the gateway like baseurl (could be /bosblog by default if missing)