Skip to content

Commit adf5970

Browse files
committed
Shortened sidebar title to Vercel sync env vars
1 parent aca2f54 commit adf5970

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/guides/examples/vercel-sync-env-vars.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
---
22
title: "Syncing environment variables from your Vercel projects"
3-
sidebarTitle: "Vercel sync environment variables"
3+
sidebarTitle: "Vercel sync env vars"
44
description: "This example demonstrates how to sync environment variables from your Vercel project to Trigger.dev."
55
---
66

77
import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";
88

9-
## Overview
10-
11-
This example shows how to automatically sync environment variables from your Vercel project to Trigger.dev.
12-
139
## Build configuration
1410

1511
To sync environment variables, you just need to add our build extension to your `trigger.config.ts` file. This extension will then automatically run every time you deploy your Trigger.dev project.

0 commit comments

Comments
 (0)