Skip to content

Commit afa7b48

Browse files
authored
Merge pull request #66 from RustLangES/fix-url
Remove www from canonical url
2 parents 14a97ff + 08473ec commit afa7b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/head_information.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn HeadInformation() -> impl IntoView {
4949

5050
<Meta name="og:image" content=format!("https://rustlang-es.org/{preview}")/>
5151
<Meta name="twitter:image" content=format!("https://rustlang-es.org/{preview}")/>
52-
<Link rel="canonical" href=format!("https://www.rustlang-es.org{}", path)/>
52+
<Link rel="canonical" href=format!("https://rustlang-es.org{}", path)/>
5353
</>
5454
}
5555
}

0 commit comments

Comments
 (0)