the cleanup
This commit is contained in:
+3
-3
@@ -10,14 +10,14 @@ const nextConfig = {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
|
||||
async rewrites() {
|
||||
/* async rewrites() {
|
||||
return [
|
||||
{
|
||||
source: "/api/:path*",
|
||||
destination: "http://localhost:8080/api/:path*",
|
||||
destination: "http://battlbuilder-api:8080/api/:path*",
|
||||
},
|
||||
];
|
||||
},
|
||||
},*/
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user