Skip to content

Commit

Permalink
Merge pull request #93 from vitessce/keller-mark/shinyapps-fix
Browse files Browse the repository at this point in the history
Update shiny.Rmd to resolve shinyapps.io issue
  • Loading branch information
keller-mark authored Oct 11, 2024
2 parents 2e493aa + 75dcc8b commit 0096880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/shiny.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ server <- function(input, output, session) {
session$clientData$url_hostname,
":",
session$clientData$url_port,
"/vitessce"
session$clientData$url_pathname,
"vitessce"
)

vc$widget(theme = "light", serve = FALSE, base_url = BASE_URL)
Expand Down

0 comments on commit 0096880

Please sign in to comment.