We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bfd4c6 commit fad4e0cCopy full SHA for fad4e0c
src/app/page.tsx
@@ -47,8 +47,8 @@ export const metadata: Metadata = {
47
alternates: {
48
canonical: "https://workoutlogs.github.io",
49
languages: {
50
- en: "https://workoutlogs.github.io",
51
- pt: "https://workoutlogs.github.io/pt",
+ en: "/",
+ pt: "/pt",
52
},
53
54
};
src/app/pt/page.tsx
@@ -45,8 +45,8 @@ export const metadata: Metadata = {
45
46
canonical: "https://workoutlogs.github.io/pt",
0 commit comments