This commit is contained in:
암냥 2026-04-16 00:07:00 +09:00
commit 5207f5d431
No known key found for this signature in database
25 changed files with 2932 additions and 332 deletions

View file

@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
return [
{
source: '/api/:path*',
destination: 'http://localhost:1108/:path*',
destination: `${process.env.API_BASE_URL}/:path*`,
},
];
},