Skip to content

Commit

Permalink
docs: add JS syntax highlighting for Vercel images config example (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino authored Jun 16, 2024
1 parent 64ca1b8 commit 1585843
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/docs/25-build-and-deploy/90-adapter-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ If your functions need to access data in a specific region, it's recommended tha

You may set the `images` config to control how Vercel builds your images. See the [image configuration reference](https://vercel.com/docs/build-output-api/v3/configuration#images) for full details. As an example, you may set:

```
```js
// @errors: 2300 2842 7031 1181 1005 1136 1128
/// file: svelte.config.js
import adapter from '@sveltejs/adapter-vercel';

Expand Down

0 comments on commit 1585843

Please sign in to comment.