Skip to content

Commit 6ff4810

Browse files
Update src/content/docs/workers/static-assets/index.mdx
Co-authored-by: James Opstad <[email protected]>
1 parent 361daac commit 6ff4810

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/static-assets

1 file changed

+1
-1
lines changed

src/content/docs/workers/static-assets/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The **assets directory** specified in your [Wrangler configuration file](/worker
6060
</WranglerConfig>
6161

6262
:::note
63-
With some build/development tools, including the [Cloudflare Vite plugin](/workers/vite-plugin/), you do not need to specify `assets.directory`. This field is functionally equivalent to the build output folder.
63+
If you are using the [Cloudflare Vite plugin](/workers/vite-plugin/), you do not need to specify `assets.directory`. For more information about using static assets with the Vite plugin, refer to the [plugin documentation](/workers/vite-plugin/reference/static-assets/).
6464
:::
6565

6666
By adding an [**assets binding**](/workers/static-assets/binding/#binding), you can directly fetch and serve assets within your Worker code.

0 commit comments

Comments
 (0)