Skip to content

Commit

Permalink
Merge pull request #175 from eatski/dev
Browse files Browse the repository at this point in the history
rank調整
  • Loading branch information
eatski authored Apr 12, 2024
2 parents c636421 + f18c579 commit 5d079cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/stories/rank.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getStaticProps: GetStaticProps<Props> = async () => {
url: `/stories/${story.id}`,
})),
},
revalidate: revalidateTime.medium,
revalidate: revalidateTime.short,
};
};

Expand Down

0 comments on commit 5d079cd

Please sign in to comment.