Skip to content

Commit 15ace5e

Browse files
authored
v0.5.94: vercel integration, folder insertion, migrated tracking redirects to rewrites
2 parents fdca736 + ab48787 commit 15ace5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+9639
-282
lines changed

apps/docs/components/icons.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5532,3 +5532,18 @@ export function OnePasswordIcon(props: SVGProps<SVGSVGElement>) {
55325532
</svg>
55335533
)
55345534
}
5535+
5536+
export function VercelIcon(props: SVGProps<SVGSVGElement>) {
5537+
return (
5538+
<svg
5539+
{...props}
5540+
viewBox='0 0 256 222'
5541+
xmlns='http://www.w3.org/2000/svg'
5542+
preserveAspectRatio='xMidYMid'
5543+
>
5544+
<g transform='translate(19.2 16.63) scale(0.85)'>
5545+
<polygon fill='#fafafa' points='128 0 256 221.705007 0 221.705007' />
5546+
</g>
5547+
</svg>
5548+
)
5549+
}

apps/docs/components/ui/icon-mapping.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ import {
125125
TTSIcon,
126126
TwilioIcon,
127127
TypeformIcon,
128+
VercelIcon,
128129
VideoIcon,
129130
WealthboxIcon,
130131
WebflowIcon,
@@ -262,6 +263,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
262263
twilio_sms: TwilioIcon,
263264
twilio_voice: TwilioIcon,
264265
typeform: TypeformIcon,
266+
vercel: VercelIcon,
265267
video_generator_v2: VideoIcon,
266268
vision_v2: EyeIcon,
267269
wealthbox: WealthboxIcon,

apps/docs/content/docs/en/tools/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"twilio_sms",
123123
"twilio_voice",
124124
"typeform",
125+
"vercel",
125126
"video_generator",
126127
"vision",
127128
"wealthbox",

0 commit comments

Comments
 (0)