We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcc0af commit 777f3baCopy full SHA for 777f3ba
src/components/head_information.rs
@@ -13,7 +13,7 @@ pub fn HeadInformation() -> impl IntoView {
13
let location = use_location().pathname.get();
14
let path = location.as_str();
15
16
- let preview = if path == "aprende" {
+ let preview = if path == "/aprende" {
17
"aprende_preview.webp"
18
} else {
19
"rustlanges_preview.webp"
0 commit comments