quantumbot-landing/app.config.ts
Никита Круглицкий 3da49413fd update
2025-08-15 18:06:53 +06:00

12 lines
536 B
TypeScript

export default defineAppConfig({
instagramUrl: 'https://www.instagram.com/quantumbot.kz/',
telegramUrl: 'https://t.me/+vOQDGC3VoUJmY2Qy',
whatsappUrl: 'https://api.whatsapp.com/send/?phone=77473990582&text&type=phone_number&app_absent=0',
phoneNumber: '+7 747 477 43 92',
email: 'support@quantumbot.kz',
appUrl: 'https://app.quantumbot.kz',
videoUrl: 'https://www.youtube.com/embed/qngK9wsEAxg',
baseUrl: import.meta.env.URL || 'https://quantumbot.kz',
astanaHubUrl: 'https://astanahub.com/account/company/17721/',
})