Skip to content

Commit

Permalink
docs(intergration/vercel): add file name for example
Browse files Browse the repository at this point in the history
  • Loading branch information
jsun969 committed Feb 6, 2023
1 parent 37688fe commit 6f42a42
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/integrations/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ To configure this adapter, pass an object to the `vercel()` function call in `as
Use this property to force files to be bundled with your function. This is helpful when you notice missing files.
__`astro.config.mjs`__
```js
import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel/serverless';
Expand All @@ -117,6 +119,8 @@ export default defineConfig({
Use this property to exclude any files from the bundling process that would otherwise be included.
__`astro.config.mjs`__
```js
import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel/serverless';
Expand All @@ -136,6 +140,8 @@ export default defineConfig({
Use this property to enable Vercel Analytics (including Web Vitals and Audiences).
__`astro.config.mjs`__
```js
import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel/serverless';
Expand Down

0 comments on commit 6f42a42

Please sign in to comment.