File tree Expand file tree Collapse file tree
static-assets-incremental-cache/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import { revalidatePath , revalidateTag } from "next/cache" ;
44
55export async function revalidateTagAction ( ) {
6- revalidateTag ( "date" ) ;
6+ revalidateTag ( "date" , { expire : 0 } ) ;
77}
88
99export async function revalidatePathAction ( ) {
Original file line number Diff line number Diff line change 33import { revalidatePath , revalidateTag } from "next/cache" ;
44
55export async function revalidateTagAction ( ) {
6- revalidateTag ( "date" ) ;
6+ revalidateTag ( "date" , { expire : 0 } ) ;
77}
88
99export async function revalidatePathAction ( ) {
Original file line number Diff line number Diff line change 33import { revalidatePath , revalidateTag } from "next/cache" ;
44
55export async function revalidateTagAction ( ) {
6- revalidateTag ( "date" ) ;
6+ revalidateTag ( "date" , { expire : 0 } ) ;
77}
88
99export async function revalidatePathAction ( ) {
You can’t perform that action at this time.
0 commit comments