fix and update
This commit is contained in:
@@ -17,6 +17,10 @@ const nextConfig: NextConfig = {
|
||||
source: '/oauth/:path*',
|
||||
destination: `${internalApiUrl}/oauth/:path*`
|
||||
},
|
||||
{
|
||||
source: '/fedcm/:path*',
|
||||
destination: `${internalApiUrl}/fedcm/:path*`
|
||||
},
|
||||
{
|
||||
source: '/.well-known/:path*',
|
||||
destination: `${internalApiUrl}/.well-known/:path*`
|
||||
|
||||
Reference in New Issue
Block a user