Skip to content

Commit 5943ada

Browse files
committed
fix: change velog posts revalidate time
1 parent bc526ac commit 5943ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/velog-web/src/prefetch/getVelogPosts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default async function getVelogPosts({ username, tag }: GetVelogPostsArgs
2525
const { posts } = await graphqlFetch<{ posts: Post[] }>({
2626
method: 'GET',
2727
body,
28-
next: { revalidate: 1 },
28+
next: { revalidate: 0 },
2929
headers,
3030
})
3131

0 commit comments

Comments
 (0)