Skip to content

Commit

Permalink
fix: redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Mar 24, 2024
1 parent 90f1710 commit fecf797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ const nextConfig = {
destination:
process.env.NODE_ENV === "development"
? "http://localhost:8080/v1/oauth/discord"
: "https://imperial.hop.sh/v1/oauth/discord",
: "https://api.imperialb.in/v1/oauth/discord",
permanent: true,
},
{
source: "/link/github",
destination:
process.env.NODE_ENV === "development"
? "http://localhost:8080/v1/oauth/github"
: "https://imperial.hop.sh/v1/oauth/github",
: "https://api.imperialb.in/v1/oauth/github",
permanent: true,
},
];
Expand Down

0 comments on commit fecf797

Please sign in to comment.