Skip to content

Commit

Permalink
Merge pull request #154 from supabase-community/feat/permanent-redire…
Browse files Browse the repository at this point in the history
…ct-legacy-domain

Adds permanent redirect from legacy domain
  • Loading branch information
gregnr authored Jan 17, 2025
2 parents 532864d + 51c1485 commit d63b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const nextConfig = {
},
],
destination: `${process.env.NEXT_PUBLIC_CURRENT_DOMAIN}/:path?from=${legacyHostname}`,
permanent: false,
permanent: true,
})
}

Expand Down

0 comments on commit d63b3f5

Please sign in to comment.