docs: improve error page

This commit is contained in:
Benjamin Canac
2023-12-11 11:58:09 +01:00
parent 4dd92f7f36
commit 6b5ddc18bd

View File

@@ -49,7 +49,7 @@ const navigation = computed(() => {
]
}
return nav.value.filter(item => item._path !== '/dev')
return nav.value?.filter(item => item._path !== '/dev') || []
})
const links = computed(() => {