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 06ec52d commit 815318bCopy full SHA for 815318b
scripts/catalog.js
@@ -20,6 +20,7 @@ const slugify = (displayName) => {
20
if (slug === '-net') slug = 'net'
21
if (slug === 'roku-alpha') slug = 'roku'
22
if (slug === 'shopify-by-littledata') slug = 'shopify-littledata'
23
+ if (slug === 'talon-one') slug = 'talonone'
24
return slug
25
}
26
@@ -82,7 +83,7 @@ const getConnectionModes = (destination) => {
82
83
if (destination.platforms.server) {
84
connectionModes.cloud.server = true
85
- if (destination.platforms.browser && destination.browserUnbundlingSupported && destination.browserUnbundlingPublic) {
86
+ if (destination.platforms.browser && destination.browserUnbundlingPublic) {
87
connectionModes.cloud.web = true
88
89
break
0 commit comments