Appsilon / shiny.router

A minimalistic router for your Shiny apps.
http://appsilon.github.io/shiny.router
Other
255 stars 31 forks source link

Use relative path when creating router link. #57

Closed galachad closed 5 years ago

galachad commented 5 years ago

Use relative path when creating a router link.

Use relative path for the apps not hosted on the top domain. For example shinyapps, multi apps in the same domain. Reference to an issue #56

For the reviewer: Is any case that we need the absolute path in router link? We can add param for creating an absolute or relative path.