fix: change default internal rewrite and server resolution host to kong
All checks were successful
Staging Build / build (push) Successful in 3m28s
All checks were successful
Staging Build / build (push) Successful in 3m28s
This commit is contained in:
@@ -26,7 +26,7 @@ const nextConfig: NextConfig = {
|
||||
];
|
||||
},
|
||||
async rewrites() {
|
||||
const supabaseUrl = (process.env.SUPABASE_URL || "http://supabase-kong:8000").replace(/\/$/, "");
|
||||
const supabaseUrl = (process.env.SUPABASE_URL || "http://kong:8000").replace(/\/$/, "");
|
||||
return [
|
||||
{
|
||||
source: '/auth/v1/:path*',
|
||||
|
||||
Reference in New Issue
Block a user