Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 93f8d23

Browse files
authored
remove testing isr revalidate time
1 parent ac99a87 commit 93f8d23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/map.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ export async function getStaticProps() {
8787

8888
return {
8989
props: { data },
90-
//revalidate: pageConfig.revalidateSeconds,
91-
revalidate: 5 * 60, //speed up isr for testing
90+
revalidate: pageConfig.revalidateSeconds,
9291
};
9392
}
9493

0 commit comments

Comments
 (0)