Skip to content

Commit

Permalink
Remove absolute url for search.html
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed May 9, 2023
1 parent 484355c commit 6ed3fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/wiki/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl Render for SearchBarView {
web_sys::window()
.unwrap()
.location()
.set_href(&format!("/search.html?q={input}",))
.set_href(&format!("search.html?q={input}",))
.unwrap();

None::<()>
Expand Down

0 comments on commit 6ed3fed

Please sign in to comment.