Skip to content

Commit ef3143f

Browse files
committed
fix: update canonical and Open Graph URLs to reflect new domain
1 parent e3a04a9 commit ef3143f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theme/index.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
{{> head}}
1717

1818
{{#if (eq slug "title-page") }}
19-
<link rel="canonical" href="https://book.rustlang-es.org" />
19+
<link rel="canonical" href="https://go-book.rustlang-es.org" />
2020
{{else}}
21-
<link rel="canonical" href="https://book.rustlang-es.org/{{ slug }}" />
21+
<link rel="canonical" href="https://go-book.rustlang-es.org/{{ slug }}" />
2222
{{/if}}
2323

2424

@@ -27,7 +27,7 @@
2727
<meta name="viewport" content="width=device-width, initial-scale=1">
2828
<meta name="theme-color" content="#ffffff" />
2929

30-
<meta property="og:url" content="https://book.rustlang-es.org">
30+
<meta property="og:url" content="https://go-book.rustlang-es.org">
3131
<meta property="og:type" content="book">
3232
<meta property="og:title" content="{{ title }}">
3333
<meta property="og:description" content="{{ description }}">

0 commit comments

Comments
 (0)