3d model
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run Details

This commit is contained in:
Kseninia Mikhaylova 2024-04-27 13:36:39 +03:00
parent 9a4f184d9f
commit 62c88cdb2f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import type { ProductInfo } from './stores/product';
import { useSwipe } from '@vueuse/core'; import { useSwipe } from '@vueuse/core';
import type { UseSwipeDirection } 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 = { type StateType = {
active_product?: ProductInfo active_product?: ProductInfo