DTL page fix default background

This commit is contained in:
isUnknown 2025-01-27 18:51:46 +01:00
parent 8fefd8d50c
commit 67f41757f5

View file

@ -81,7 +81,7 @@ const isProjectRequestDialogOpen = ref(false);
const background = computed(() => {
return (
page.value.background.url ??
page.value?.background?.url ??
"https://plus.unsplash.com/premium_photo-1675355675464-2deabb1f893b?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
);
});