3d model
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
Gitea Actions Requirements / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
9a4f184d9f
commit
62c88cdb2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue