Skip to content

Commit

Permalink
fix: increase free count
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyLv committed Mar 7, 2023
1 parent 0c7f928 commit 8a382ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const BASE_DOMAIN = "https://b.jimmylv.cn";
export const CHECKOUT_URL =
"https://jimmylv.lemonsqueezy.com/checkout/buy/36ed8a3e-a19c-42af-aab7-46df51a14d1b";
export const LOGIN_LIMIT_COUNT = 5;
export const FREE_LIMIT_COUNT = 2;
export const FREE_LIMIT_COUNT = 5;
export const RATE_LIMIT_COUNT = LOGIN_LIMIT_COUNT + FREE_LIMIT_COUNT;

export const FADE_IN_ANIMATION_SETTINGS = {
Expand Down

1 comment on commit 8a382ff

@vercel
Copy link

@vercel vercel bot commented on 8a382ff Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.