Skip to content

Commit

Permalink
fix: 🚑 hotfix next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Alexander Strømseng committed Apr 9, 2024
1 parent 103889b commit 4d093a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const nextConfig = {
protocol: "http",
hostname: "localhost",
},
{
protocol: "http",
hostname: "web.hypso.ies.ntnu.no",
port: 3000,
},
],
},
};
Expand Down

0 comments on commit 4d093a7

Please sign in to comment.