Skip to content

Commit 08473ec

Browse files
committed
fix: remove www from canonical url
1 parent f7484de commit 08473ec

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)