File size: 119 Bytes
1e92f2d
 
 
 
 
 
1
2
3
4
5
6
7
'use server'
import { revalidatePath } from 'next/cache'

export async function revalidate() {
  revalidatePath('/')
}