We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4c37ca commit bd711a5Copy full SHA for bd711a5
src/content/docs/browser-rendering/how-to/pdf-generation.mdx
@@ -26,8 +26,10 @@ npm install @cloudflare/puppeteer --save-dev
26
3. Add your Browser Rendering binding to your new Wrangler configuration:
27
28
<WranglerConfig>
29
- ```toml browser = {(binding = "BROWSER")}
30
- ```
+
+```toml title="wrangler.toml"
31
+browser = { binding = "BROWSER" }
32
+```
33
</WranglerConfig>
34
35
4. Replace the contents of `src/index.ts` (or `src/index.js` for JavaScript projects) with the following skeleton script:
0 commit comments