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 2b49a5d commit a8e5a97Copy full SHA for a8e5a97
apps/svelte.dev/content/docs/kit/25-build-and-deploy/70-adapter-cloudflare-workers.md
@@ -18,14 +18,14 @@ import adapter from '@sveltejs/adapter-cloudflare-workers';
18
export default {
19
kit: {
20
adapter: adapter({
21
- config: 'wrangler.toml',
+ config: 'wrangler.toml',
22
platformProxy: {
23
configPath: 'wrangler.toml',
24
environment: undefined,
25
experimentalJsonConfig: false,
26
persist: false
27
}
28
- })
+ })
29
30
};
31
```
0 commit comments