11 lines
488 B
TypeScript
11 lines
488 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=77473990582&text&type=phone_number&app_absent=0',
|
|
phoneNumber: '+7 747 399 05 82',
|
|
email: 'support@quantumbot.kz',
|
|
appUrl: 'https://app.quantumbot.kz',
|
|
videoUrl: 'https://www.youtube.com/embed/qngK9wsEAxg',
|
|
baseUrl: import.meta.env.URL || 'https://quantumbot.kz',
|
|
})
|