Skip to content

Commit d63b3f5

Browse files
authored
Merge pull request #154 from supabase-community/feat/permanent-redirect-legacy-domain
Adds permanent redirect from legacy domain
2 parents 532864d + 51c1485 commit d63b3f5

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)