Skip to content

Commit

Permalink
build all
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Aug 23, 2024
1 parent b4cd691 commit 98180b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export const NAV_OFFSET = 'pt-[84px]'
export const SIDEBAR_STICKY_OFFSET = 'pt-24'


export const TOTAL_STATIC_POSTS = process.env.NODE_ENV === 'production'?2:2;
export const TOTAL_STATIC_NEWSLETTERS = process.env.NODE_ENV === 'production'?2:2;
export const TOTAL_STATIC_NEWS = process.env.NODE_ENV === 'production'?2:2;
export const TOTAL_STATIC_POSTS = process.env.NODE_ENV === 'production'?5000:2;
export const TOTAL_STATIC_NEWSLETTERS = process.env.NODE_ENV === 'production'?1000:2;
export const TOTAL_STATIC_NEWS = process.env.NODE_ENV === 'production'?50:2;

export const jobTypes = [
{
Expand Down

0 comments on commit 98180b6

Please sign in to comment.