This commit is contained in:
Kirill
2026-05-22 19:41:47 +05:00
parent 5644a2ede2
commit 3d0dbdd0a5
6 changed files with 439 additions and 4 deletions
+3 -3
View File
@@ -13,6 +13,6 @@ export const STORE_PUBLIC_SITE_URL = (() => {
})()
/** Демо-контакты для футера; при необходимости задайте через VITE_* в `.env`. */
export const STORE_EMAIL = import.meta.env.VITE_STORE_EMAIL ?? 'hello@example.com'
export const STORE_PHONE = import.meta.env.VITE_STORE_PHONE ?? '+7 (900) 000-00-00'
export const VK_URL = import.meta.env.VITE_VK_URL ?? '#'
export const STORE_EMAIL = import.meta.env.VITE_STORE_EMAIL ?? 'larisa8502@yandex.ru'
export const STORE_PHONE = import.meta.env.VITE_STORE_PHONE ?? '+7 (952) 318-16-24'
export const VK_URL = import.meta.env.VITE_VK_URL ?? 'https://vk.com/club158395871'