Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
This reverts commit 705d2fd.
  • Loading branch information
lpil committed Oct 9, 2024
1 parent 705d2fd commit 880a669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tour.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ pub fn render_page_html(page config: PageConfig) -> Html {
html_script(
"https://plausible.io/js/script.js",
ScriptOptions(defer: True, module: False),
[#("data-domain", "playground.gleam.run")],
[#("data-domain", "tour.gleam.run")],
),
..config.scripts.head
],
Expand Down

0 comments on commit 880a669

Please sign in to comment.