Merge branch 'main' of github.com:pawelorzech/artifacts-dashboard

This commit is contained in:
Paweł Orzech 2026-03-01 23:02:38 +01:00
commit 59938451c1
No known key found for this signature in database

View file

@ -5,6 +5,14 @@ const nextConfig: NextConfig = {
turbopack: { turbopack: {
root: __dirname, root: __dirname,
}, },
async rewrites() {
return [
{
source: "/api/:path*",
destination: "http://backend:8000/:path*",
},
];
},
images: { images: {
remotePatterns: [ remotePatterns: [
{ {