fix: instance specs (#28009)

This commit is contained in:
Kevin Grüneberg
2024-07-16 15:31:19 +08:00
committed by GitHub
parent 3c53af470d
commit a350daeee2

View File

@@ -32,7 +32,7 @@ export const plans: PricingInformation[] = [
features: [
'Unlimited API requests',
'50,000 monthly active users',
['500MB database space', '2 Core shared CPU • 1GB RAM'],
['500MB database space', 'Shared CPU • 500MB RAM'],
'5GB bandwidth',
'1 GB file storage',
'Community support',
@@ -43,7 +43,7 @@ export const plans: PricingInformation[] = [
features: [
'Unlimited API requests',
'50,000 monthly active users',
['500MB database space', '2 Core shared CPU • 1GB RAM'],
['500MB database space', 'Shared CPU • 500 MB RAM'],
'5GB bandwidth',
'Community support',
],