Errors in Workers NextJS framework guide #17291
Labels
content:edit
Request for content edits
documentation
Documentation edits
product:workers
Related to Workers product
Existing documentation URL(s)
https://developers.cloudflare.com/workers/frameworks/framework-guides/nextjs/
What changes are you suggesting?
In step 2, the final suggested line is:
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }
when it should in fact be
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
In step 3, the instructions suggest adding to
package.json
:But this is later referred to incorrectly twice:
First in the last bullet immediately following the
package.json
instructions:Then again in step 6:
Additional information
No response
The text was updated successfully, but these errors were encountered: