2
0

chore: 🚚 Add /typebot-lib/v2 endpoint

This commit is contained in:
Baptiste Arnaud
2022-02-25 08:40:37 +01:00
parent 8533bb92a8
commit 64990fc607
3 changed files with 17 additions and 0 deletions

View File

@ -62,6 +62,12 @@
<mj-button background-color="#ffffff" color="#0042da" border="1px solid #0042da" href="https://app.typebot.io/register" font-weight="500" border-radius="5px">Join the community</mj-button>
</mj-column>
</mj-section>
<mj-section>
<mj-column>
<mj-image width="500px" src="https://typebot.s3.eu-west-3.amazonaws.com/assets/facebook-post2.jpeg" border-radius="5px"></mj-image>
</mj-column>
</mj-section>
<mj-section padding-top="20px">
<mj-column>
<mj-text>If you have any question, just hit "reply"! I'm super approachable 😁. Look, here is a selfie 👇</mj-text>

View File

@ -1,3 +1,9 @@
.grabbing * {
cursor: grabbing !important;
}
/* * {
outline: 1px solid #f00 !important;
opacity: 1 !important;
visibility: visible !important;
} */

View File

@ -22,6 +22,11 @@ module.exports = withBundleAnalyzer({
'https://unpkg.com/typebot-js@2.0.21/dist/index.umd.min.js',
permanent: true,
},
{
source: '/typebot-lib/v2',
destination: 'https://unpkg.com/typebot-js@2.1.1/dist/index.umd.min.js',
permanent: true,
},
]
},
async rewrites() {