This commit is contained in:
root
2026-06-07 23:18:53 +08:00
parent ebd3d6a317
commit 934b9a4a23
36 changed files with 2272 additions and 296 deletions

View File

@@ -12,7 +12,7 @@ const nextConfig: NextConfig = {
return {
beforeFiles: [
{
source: "/api/:path((?!digital(?:$|/.*)).*)",
source: "/api/:path((?!(?:digital|media)(?:$|/.*)).*)",
destination: `${fastApiTarget}/api/:path*`,
},
],