Skip to content

Commit

Permalink
try to add backend as remote pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Apr 10, 2024
1 parent c360e92 commit c702a31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const nextConfig = {
protocol: "http",
hostname: "web.hypso.ies.ntnu.no",
},
{
protocol: "http",
hostname: "backend",
},
],
},
};
Expand Down

0 comments on commit c702a31

Please sign in to comment.