diff --git a/apps/docs/content/troubleshooting/edge-function-bundle-size-issues.mdx b/apps/docs/content/troubleshooting/edge-function-bundle-size-issues.mdx index c073b41774..6f30b06e7b 100644 --- a/apps/docs/content/troubleshooting/edge-function-bundle-size-issues.mdx +++ b/apps/docs/content/troubleshooting/edge-function-bundle-size-issues.mdx @@ -8,7 +8,7 @@ database_id = "aaf9e673-64ae-460a-88e0-b83ea4963382" cli = [ "supabase-functions-deploy" ] --- -Edge Functions have a 10MB source code limit. If your function exceeds this limit, deployment will fail. +Edge Functions have a 20MB source code limit. If your function exceeds this limit, deployment will fail. ## Check your bundle size