Skip to content

Commit

Permalink
make the redirect permanent to make linkinator happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jthrilly committed Nov 15, 2024
1 parent 62b90e6 commit 813a2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/documentation/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export default function RootPage() {
// Redirect to en for now. This is a limitation of static site generation
// that we need to work around by creating a client component to read the
// navigator.language and redirect to the appropriate locale.
redirect("/en");
redirect("/en", { permanent: true });
}

0 comments on commit 813a2fb

Please sign in to comment.