now sending cookies
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-04-19 02:33:07 +01:00
parent 662a8a400b
commit c4ffae44fe
3 changed files with 26 additions and 5 deletions
+8
View File
@@ -15,6 +15,14 @@ const nextConfig: NextConfig = {
},
],
},
async rewrites() {
return [
{
source: "/api/:path*",
destination: "http://localhost:3001/:path*",
},
];
},
};
export default nextConfig;