During a `useAsyncData(async () => {...})` can I return a 404 Not Found Error ?
When using a
useAsyncData(async () => {...})
, is it possible to make nuxt redirect to the 404 error page ?0 Replies