We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b053ce commit c463284Copy full SHA for c463284
1 file changed
docs/src/layouts/components/Intercom.astro
@@ -1,7 +1,9 @@
1
<script is:inline>
2
+ var isPreview = localStorage.getItem("intercom_preview") === "true";
3
window.intercomSettings = {
4
api_base: "https://api-iam.intercom.io",
5
app_id: "wbadhzkf",
6
+ hide_default_launcher: !isPreview,
7
};
8
</script>
9
0 commit comments