fix: DesignToLight.vue page.value.background.url

This commit is contained in:
Timothée Goguely 2025-01-27 18:24:48 +01:00
parent bcaf287235
commit 9a4de64663

View file

@ -81,7 +81,7 @@ const isProjectRequestDialogOpen = ref(false);
const background = computed(() => {
return (
page.value.background ??
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"
);
});