quantumbot-landing/app.config.ts
Никита Круглицкий 27807edd28 update
2024-11-26 18:27:06 +03:00

11 lines
509 B
TypeScript

export default defineAppConfig({
instagramUrl: 'https://www.instagram.com/samatk7/?igsh=Mm9keGxnbXBrdGQ4',
telegramUrl: 'https://t.me/+vOQDGC3VoUJmY2Qy',
whatsappUrl: 'https://api.whatsapp.com/send/?phone=7077407714&text&type=phone_number&app_absent=0',
phoneNumber: '+7 (705) 400 20 66',
email: 'support@quantumbot.kz',
appUrl: 'https://app.quantumbot.kz',
videoUrl: 'https://www.youtube.com/embed/dQw4w9WgXcQ?si=dZCL9UFbyboiQzSl',
baseUrl: import.meta.env.URL || 'https://quantumbot.kz',
})