We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e456e5 commit 6ce8427Copy full SHA for 6ce8427
apps/docs/app/(home)/pricing/data.ts
@@ -173,7 +173,7 @@ export const RAW_PLANS: RawPlan[] = [
173
type: "single_use",
174
display: { singular: "event", plural: "events" },
175
},
176
- included_usage: 500_000,
+ included_usage: 1_000_000,
177
interval: "month",
178
tiers: [
179
{ to: 2_000_000, amount: 0.000_035 },
0 commit comments