Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
EwanLyon committed Aug 5, 2023
1 parent a21448e commit 1cc96a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/nextjs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ const nextConfig = {
{
source: "/api/graphql",
// destination: "https://keystone.ausspeedruns.com/api/graphql",
destination: "http://localhost:8000/api/graphql",
// destination:
// process.env.NODE_ENV === "production"
// ? "https://keystone.ausspeedruns.com/api/graphql"
// : "http://localhost:8000/api/graphql",
// destination: "http://localhost:8000/api/graphql",
destination:
process.env.NODE_ENV === "production"
? "https://keystone.ausspeedruns.com/api/graphql"
: "http://localhost:8000/api/graphql",
},
];
},
Expand Down Expand Up @@ -78,7 +78,7 @@ const nextConfig = {
},
{
source: "/schedule",
destination: "/ASM2023/schedule",
destination: "/ASAP2023/schedule",
permanent: false,
},
{
Expand Down

0 comments on commit 1cc96a1

Please sign in to comment.