We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1296c2f commit bf6df89Copy full SHA for bf6df89
app/api/revalidate/route.ts
@@ -5,7 +5,7 @@ export async function GET(request: NextRequest) {
5
const tagName = request.nextUrl.searchParams.get('tag');
6
7
if (tagName) {
8
- revalidateTag(tagName);
+ revalidateTag(tagName, 'max');
9
return Response.json({ revalidated: true });
10
}
11
0 commit comments