refactor: setup
This commit is contained in:
parent
970b6538e2
commit
3079867e2a
7 changed files with 38 additions and 42 deletions
|
@ -6,8 +6,6 @@ const { error } = defineProps<{
|
|||
error: Partial<NuxtError>
|
||||
}>()
|
||||
|
||||
setupPageHeader()
|
||||
|
||||
// add more custom status codes messages here
|
||||
const errorCodes: Record<number, string> = {
|
||||
404: 'Page not found',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue