This commit is contained in:
Kevin Wong
2026-02-03 17:12:30 +08:00
parent cb10da52fc
commit 6c6fbae13a
12 changed files with 1225 additions and 131 deletions

View File

@@ -16,6 +16,10 @@ const nextConfig: NextConfig = {
source: '/outputs/:path*',
destination: 'http://localhost:8006/outputs/:path*', // 转发生成的视频
},
{
source: '/assets/:path*',
destination: 'http://localhost:8006/assets/:path*', // 转发静态资源(字体/音乐)
},
];
},
};