This commit is contained in:
Никита Круглицкий 2024-11-26 18:16:02 +03:00
parent 75cdae594a
commit 6b8a3ca613
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,5 @@ export default defineAppConfig({
phoneNumber: '+7 (705) 400 20 66',
email: 'support@quantumbot.kz',
appUrl: 'https://app.quantumbot.kz',
videoUrl: 'https://www.youtube.com/embed/dQw4w9WgXcQ?si=dZCL9UFbyboiQzSl',
})

View File

@ -58,8 +58,7 @@
<iframe
class="how-it-works-demo__video"
src="https://www.youtube.com/embed/dQw4w9WgXcQ?si=dZCL9UFbyboiQzSl"
title="YouTube video player"
:src="app.videoUrl"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"