next.js/test/e2e/app-dir/navigation/app/popstate-revalidate/foo/action.ts
action.ts9 lines140 B
'use server'

import { revalidatePath } from 'next/cache'

export async function action() {
  revalidatePath('/', 'layout')
  return true
}
Quest for Codev2.0.0
/
SIGN IN