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