diff --git a/src/views/DesignToLight.vue b/src/views/DesignToLight.vue index a50a55a..50b57c7 100644 --- a/src/views/DesignToLight.vue +++ b/src/views/DesignToLight.vue @@ -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" ); });