yo-next-auth/locales/en/pages.ts

6 lines
99 B
TypeScript

export default {
404: {
status: '404 Not Found',
title: 'Page Not Found',
},
} as const