next.js/test/e2e/app-dir/global-not-found/cache-components/app/action/actions.ts
actions.ts8 lines132 B
'use server'

import { redirect } from 'next/navigation'

export async function callNotFoundInAction() {
  redirect('/not-found')
}
Quest for Codev2.0.0
/
SIGN IN