Skip to content

Commit 76947d5

Browse files
committed
redirect to new domain
1 parent 388b4e7 commit 76947d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/theme.config.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ export default {
2222
feedback: {
2323
useLink: () => "https://github.com/sst/open-next/issues/new",
2424
},
25-
head: null,
25+
head: (
26+
<>
27+
<meta httpEquiv="refresh" content="0; URL='https://opennext.js.org'" />
28+
</>
29+
),
2630
useNextSeoProps() {
2731
const { frontMatter } = useConfig();
2832
return {

0 commit comments

Comments
 (0)