Merge branch 'main' of github.com:pawelorzech/artifacts-dashboard
This commit is contained in:
commit
59938451c1
1 changed files with 8 additions and 0 deletions
|
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue