Skip to content

Commit

Permalink
redirect to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Sep 26, 2024
1 parent 388b4e7 commit 76947d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export default {
feedback: {
useLink: () => "https://github.com/sst/open-next/issues/new",
},
head: null,
head: (
<>
<meta httpEquiv="refresh" content="0; URL='https://opennext.js.org'" />
</>
),
useNextSeoProps() {
const { frontMatter } = useConfig();
return {
Expand Down

0 comments on commit 76947d5

Please sign in to comment.