Skip to content

Commit 868b864

Browse files
authored
experimental_assets no longer works
1 parent eb2cadc commit 868b864

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
@@ -66,7 +66,7 @@ main = ".worker-next/index.mjs"
6666
name = "my-app"
6767
compatibility_date = "2024-09-23"
6868
compatibility_flags = ["nodejs_compat"]
69-
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }
69+
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
7070
```
7171

7272
:::note

0 commit comments

Comments
 (0)