Skip to content

Commit b920cb8

Browse files
Apply suggestion from @GregBrimble
Co-authored-by: Greg Brimble <[email protected]>
1 parent d567979 commit b920cb8

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/framework-guides/web-apps/more-web-frameworks

1 file changed

+1
-1
lines changed

src/content/docs/workers/framework-guides/web-apps/more-web-frameworks/waku.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Your Waku application can be fully integrated with the Cloudflare Developer Plat
6666

6767
You can serve static assets in your Waku application by adding them to the `./public/` directory. Common examples include images, stylesheets, fonts, and web manifests.
6868

69-
During the build process, Waku copies `.js`, `.css`, `.html`, and `.txt` files from this directory into the final assets output. `.txt` files are used for storing data used by server components that are rendered at build time.
69+
During the build process, Waku copies `.js`, `.css`, `.html`, and `.txt` files from this directory into the final assets output. `.txt` files are used for storing data used by Server Components that are rendered at build time.
7070

7171
<Render file="workers-assets-routing-summary" product="workers" />

0 commit comments

Comments
 (0)