Skip to content

Commit

Permalink
Merge pull request #6 from addy-ai/main
Browse files Browse the repository at this point in the history
Added veritas
  • Loading branch information
MichaelVandi committed Oct 29, 2023
2 parents e332112 + c2fd7c6 commit 88e21ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ const demosList = [
"iframeURL": "https://www.circleup.online/",
"backgroundImageURL": "https://firebasestorage.googleapis.com/v0/b/hey-addy-chatgpt.appspot.com/o/public%2Fdemos%2Fcircleup_site.png?alt=media&token=c67488bb-db6b-46f7-8fc4-eaae1807f0f8", // failover if iframeURL has security rules preventing embed
},
{
"companyName": "VeritasVans",
"chatbotPublicId": "5e727075-60cd-4469-abc6-f13ba2a8534e",
"page": "#veritas",
"iframeURL": "https://veritasvans.com/",
"backgroundImageURL": "https://firebasestorage.googleapis.com/v0/b/hey-addy-chatgpt.appspot.com/o/public%2Fdemos%2Fveritas_vans.png?alt=media&token=d6e98731-d6ca-4f9b-97ea-d3f1d146edec", // failover if iframeURL has security rules preventing embed
},

]

Expand Down

0 comments on commit 88e21ef

Please sign in to comment.