Skip to content

Commit 051e12b

Browse files
fix(docs): updated the main redirect to be permanent (#7779)
1 parent 67daddc commit 051e12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const config = {
213213
{
214214
source: "/",
215215
destination: "/docs",
216-
permanent: false,
216+
permanent: true,
217217
basePath: false,
218218
},
219219
];

0 commit comments

Comments
 (0)