Skip to content

Commit

Permalink
Revert ":zap: chore: 生产模式下增加渲染量级"
Browse files Browse the repository at this point in the history
This reverts commit bae26d7.
  • Loading branch information
arvinxx committed Jun 25, 2023
1 parent bae26d7 commit 55ab042
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/const.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
const isDev = process.env.NODE_ENV === 'development';

export const NUM_CARDS: number = isDev ? 100 : 1000;
export let NUM_CARDS = 100;

1 comment on commit 55ab042

@vercel
Copy link

@vercel vercel bot commented on 55ab042 Jun 25, 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.