Shortened sidebar title to Vercel sync env vars

This commit is contained in:
D-K-P
2024-11-04 14:58:01 +00:00
parent aca2f54cb7
commit adf5970245
@@ -1,15 +1,11 @@
---
title: "Syncing environment variables from your Vercel projects"
sidebarTitle: "Vercel sync environment variables"
sidebarTitle: "Vercel sync env vars"
description: "This example demonstrates how to sync environment variables from your Vercel project to Trigger.dev."
---
import VercelDocsCards from "/snippets/vercel-docs-cards.mdx";
## Overview
This example shows how to automatically sync environment variables from your Vercel project to Trigger.dev.
## Build configuration
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.