From 8fe27d4968af3625248f6c1bf82fb060e36d7e9c Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 13 Dec 2021 10:54:45 +0100 Subject: [PATCH] chsnge ISR default --- appConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appConfig.ts b/appConfig.ts index 5eaf764..6c3cb62 100644 --- a/appConfig.ts +++ b/appConfig.ts @@ -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