diff --git a/src/interface/web/next.config.mjs b/src/interface/web/next.config.mjs index 0feefdcf..4a72cfeb 100644 --- a/src/interface/web/next.config.mjs +++ b/src/interface/web/next.config.mjs @@ -14,6 +14,10 @@ const nextConfig = { source: '/auth/:path*', destination: 'http://localhost:42110/auth/:path*', }, + { + source: '/static/:path*', + destination: 'http://localhost:42110/static/:path*', + }, ]; }, trailingSlash: true,