mirror of
https://github.com/supabase/supabase.git
synced 2026-06-06 05:17:15 +08:00
fix: instance specs (#28009)
This commit is contained in:
@@ -32,7 +32,7 @@ export const plans: PricingInformation[] = [
|
||||
features: [
|
||||
'Unlimited API requests',
|
||||
'50,000 monthly active users',
|
||||
['500 MB database space', '2 Core shared CPU • 1 GB RAM'],
|
||||
['500 MB database space', 'Shared CPU • 500 MB RAM'],
|
||||
'5 GB bandwidth',
|
||||
'1 GB file storage',
|
||||
'Community support',
|
||||
@@ -43,7 +43,7 @@ export const plans: PricingInformation[] = [
|
||||
features: [
|
||||
'Unlimited API requests',
|
||||
'50,000 monthly active users',
|
||||
['500 MB database space', '2 Core shared CPU • 1 GB RAM'],
|
||||
['500 MB database space', 'Shared CPU • 500 MB RAM'],
|
||||
'5 GB bandwidth',
|
||||
'Community support',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user