Skip to content

Commit

Permalink
https
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosell committed Aug 8, 2024
1 parent 03ad6cf commit 590673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/rendering.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ render_page <- \(main = NULL, page_title = NULL, head_tags = NULL) {
tags$head(
tags$title(page_title),
tags$style("body {background-color:white;}"),
tags$script(src = "//unpkg.com/[email protected]"),
tags$script(src = "https://unpkg.com/[email protected]"),
head_tags,
),
tags$body(
Expand Down

0 comments on commit 590673b

Please sign in to comment.