Update:Custom error page for nuxt

This commit is contained in:
advplyr 2024-06-30 16:46:54 -05:00
parent 8e286a6070
commit 134c2580c9
2 changed files with 46 additions and 1 deletions

View file

@ -31,7 +31,7 @@ export default {
return null
})
if (!mediaItemShare) {
return error({ statusCode: 404, message: 'Not found' })
return error({ statusCode: 404, message: 'Media item not found or expired' })
}
return {