Skip to content

Commit fad4e0c

Browse files
committed
fix(metadata): lang pages url
1 parent 6bfd4c6 commit fad4e0c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export const metadata: Metadata = {
4747
alternates: {
4848
canonical: "https://workoutlogs.github.io",
4949
languages: {
50-
en: "https://workoutlogs.github.io",
51-
pt: "https://workoutlogs.github.io/pt",
50+
en: "/",
51+
pt: "/pt",
5252
},
5353
},
5454
};

src/app/pt/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export const metadata: Metadata = {
4545
alternates: {
4646
canonical: "https://workoutlogs.github.io/pt",
4747
languages: {
48-
en: "https://workoutlogs.github.io",
49-
pt: "https://workoutlogs.github.io/pt",
48+
en: "/",
49+
pt: "/pt",
5050
},
5151
},
5252
};

0 commit comments

Comments
 (0)