Skip to content

Commit a32a337

Browse files
authored
Use TOML syntax that is less likely to cause confusing errors
1 parent 07d0b80 commit a32a337

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/content/docs/browser-rendering/get-started/screenshots.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ main = "src/index.js"
7272
compatibility_date = "2023-03-14"
7373
compatibility_flags = [ "nodejs_compat" ]
7474

75-
browser = { binding = "MYBROWSER" }
76-
kv_namespaces = [
77-
{ binding = "BROWSER_KV_DEMO", id = "22cf855786094a88a6906f8edac425cd", preview_id = "e1f8b68b68d24381b57071445f96e623" }
78-
]
75+
[browser]
76+
binding = "MYBROWSER"
77+
78+
[[kv_namespaces]]
79+
binding = "BROWSER_KV_DEMO"
80+
id = "22cf855786094a88a6906f8edac425cd"
7981
```
8082

8183
</WranglerConfig>

0 commit comments

Comments
 (0)