From 542d082064595fc2f0bf7696dfb7e4f57bb5eca2 Mon Sep 17 00:00:00 2001 From: Shinya Fujino Date: Sun, 25 Jan 2026 23:21:25 +0900 Subject: [PATCH] [Workers] Fix directory name typo in Vite plugin tutorial --- src/content/docs/workers/vite-plugin/tutorial.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/workers/vite-plugin/tutorial.mdx b/src/content/docs/workers/vite-plugin/tutorial.mdx index c31bc0fc357838..171b6cabea5264 100644 --- a/src/content/docs/workers/vite-plugin/tutorial.mdx +++ b/src/content/docs/workers/vite-plugin/tutorial.mdx @@ -265,7 +265,7 @@ npm run build If you inspect the `dist` directory, you will see that it contains two subdirectories: - `client` - the client code that runs in the browser -- `cloudflare-vite-tutorial` - the Worker code alongside the output `wrangler.json` configuration file +- `cloudflare_vite_tutorial` - the Worker code alongside the output `wrangler.json` configuration file ### Preview your application