Skip to content

Commit b7b8cdb

Browse files
mazn4RebeccaTamachiro
authored andcommitted
Fix typo in Next.js workers guide (#21557)
1 parent f2d223f commit b7b8cdb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can convert an existing Next.js application to run on Cloudflare
107107
compatibility_date = "2025-03-25"
108108
compatibility_flags = ["nodejs_compat"]
109109
[assets]
110-
directory = "./dist"
110+
directory = ".open-next/assets"
111111
binding = "ASSETS"
112112
```
113113
</WranglerConfig>

0 commit comments

Comments
 (0)