Skip to content

Commit

Permalink
chsnge ISR default
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Dec 13, 2021
1 parent 3fbbbeb commit 8fe27d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { NavItem } from '@lib/ghost'
export const customNavigation: NavItem[] = [{ label: 'Contact', url: '/contact' }]

// Incremental Static Regenerations (ISR)
export const isr: boolean = true
export const isr: boolean = false
export const revalidate: number = 10
export const maxNumberOfPosts: number = 20
export const maxNumberOfPages: number = 20

1 comment on commit 8fe27d4

@vercel
Copy link

@vercel vercel bot commented on 8fe27d4 Dec 13, 2021

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.