79328261

Date: 2025-01-04 04:52:15
Score: 1
Natty:
Report link

You can set the default revalidation time for the layout or page to be equal to 0,This approach can effectively solve the problem you have raised。

export const revalidate = 0

or:

 const res = await fetch(
    "https://a*******z/api/v1/posts",
    { next: { revalidate: 0 } }
  );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yi oaiL