fix: local config, empty accounts page

This commit is contained in:
Max Peintner
2023-05-25 08:40:53 +02:00
parent bb9527d11a
commit e7b997739a
3 changed files with 8 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ const nextConfig = {
port: "",
pathname: "/**",
},
{
protocol: "http",
hostname: "localhost",
port: "8080",
pathname: "/**",
},
],
},
};