Skip to content

Commit 51c1485

Browse files
committed
feat: permanent redirect from legacy domain
1 parent 532864d commit 51c1485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const nextConfig = {
6060
},
6161
],
6262
destination: `${process.env.NEXT_PUBLIC_CURRENT_DOMAIN}/:path?from=${legacyHostname}`,
63-
permanent: false,
63+
permanent: true,
6464
})
6565
}
6666

0 commit comments

Comments
 (0)