From 1585843a89a11d6d8ab9ab49f499d8db91321a9f Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Mon, 17 Jun 2024 02:23:00 +0800 Subject: [PATCH] docs: add JS syntax highlighting for Vercel images config example (#12361) --- documentation/docs/25-build-and-deploy/90-adapter-vercel.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/documentation/docs/25-build-and-deploy/90-adapter-vercel.md b/documentation/docs/25-build-and-deploy/90-adapter-vercel.md index f772d0dd85dd..f911d3b7f4f9 100644 --- a/documentation/docs/25-build-and-deploy/90-adapter-vercel.md +++ b/documentation/docs/25-build-and-deploy/90-adapter-vercel.md @@ -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';