From 74c18db6ceaef3b66f996d549448a6eb7c0eaa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Hennequin?= Date: Sat, 3 May 2025 18:51:57 +0200 Subject: [PATCH] fix: broken link in note --- src/content/docs/workers/wrangler/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/configuration.mdx b/src/content/docs/workers/wrangler/configuration.mdx index e71f4d6702eb4e3..d463330c3cfdae2 100644 --- a/src/content/docs/workers/wrangler/configuration.mdx +++ b/src/content/docs/workers/wrangler/configuration.mdx @@ -1113,7 +1113,7 @@ See https://developers.cloudflare.com/workers/wrangler/bundling/ for more detail ## Local development settings :::note -If you're using the [Cloudflare Vite plugin](/workers/vite-plugin/), you should use Vite's [server options]](https://vite.dev/config/server-options.html) instead. +If you're using the [Cloudflare Vite plugin](/workers/vite-plugin/), you should use Vite's [server options](https://vite.dev/config/server-options.html) instead. ::: You can configure various aspects of local development, such as the local protocol or port.