File size: 137 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 |
"use server";
import { revalidateTag } from "next/cache";
export default async function revalidate() {
revalidateTag("time-data");
}
|
1e92f2d |
1 2 3 4 5 6 7 8 |
"use server";
import { revalidateTag } from "next/cache";
export default async function revalidate() {
revalidateTag("time-data");
}
|