Skip to content

Commit

Permalink
Feat: SSG의 revalidate 옵션을 제거한다
Browse files Browse the repository at this point in the history
  • Loading branch information
HaJunRyu committed Jan 28, 2024
1 parent b0d9459 commit 951ce33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pages/faq/[platformName].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export const getStaticProps: GetStaticProps<PlatformProps, Params> = async (cont
platformName,
questions: transformer({ blocks: data.valueMap.editorData.blocks }),
},
revalidate: 60 * 60 * 24,
};
};

Expand Down
1 change: 0 additions & 1 deletion pages/recruit/[platformName].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export const getStaticProps: GetStaticProps<PlatformProps, Params> = async (cont
recruitScheduleArray: recruitScheduleResponse,
html,
},
revalidate: 60 * 60 * 24,
};
};

Expand Down

0 comments on commit 951ce33

Please sign in to comment.