From 62c88cdb2f824d2e06d855762d5dc25207006e04 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Sat, 27 Apr 2024 13:36:39 +0300 Subject: [PATCH] 3d model --- front/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/App.vue b/front/src/App.vue index 256c751..e37c554 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -7,7 +7,7 @@ import type { ProductInfo } from './stores/product'; import { useSwipe } from '@vueuse/core'; import type { UseSwipeDirection } from '@vueuse/core'; -const IMAGE_URL = import.meta.env.VITE_IMAGE_URL ?? '' +const IMAGE_URL = import.meta.env.VITE_IMAGE_URL ?? window.location.origin type StateType = { active_product?: ProductInfo