Skip to content

Commit 37bc525

Browse files
committed
fix(blocks): drop tag backfills to avoid catalog drift
Revert the agiloft/exa/tailscale tag additions; integrations.json (used by landing/SEO) is not regenerated here, so the expanded tags would diverge from getAllBlockMeta(). Keep the url additions, which are not projected into integrations.json.
1 parent b95d845 commit 37bc525

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/sim/blocks/blocks/agiloft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ export const AgiloftBlock: BlockConfig = {
433433
}
434434

435435
export const AgiloftBlockMeta = {
436-
tags: ['automation', 'e-signatures'],
436+
tags: ['automation'],
437437
url: 'https://www.agiloft.com',
438438
templates: [
439439
{

apps/sim/blocks/blocks/exa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export const ExaBlock: BlockConfig<ExaResponse> = {
446446
}
447447

448448
export const ExaBlockMeta = {
449-
tags: ['web-scraping', 'vector-search'],
449+
tags: ['web-scraping'],
450450
url: 'https://exa.ai',
451451
templates: [
452452
{

apps/sim/blocks/blocks/tailscale.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export const TailscaleBlock: BlockConfig = {
340340
}
341341

342342
export const TailscaleBlockMeta = {
343-
tags: ['monitoring', 'identity'],
343+
tags: ['monitoring'],
344344
url: 'https://tailscale.com',
345345
templates: [
346346
{

0 commit comments

Comments
 (0)