Skip to content

Commit a8e5a97

Browse files
committed
sync docs
1 parent 2b49a5d commit a8e5a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/svelte.dev/content/docs/kit/25-build-and-deploy/70-adapter-cloudflare-workers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import adapter from '@sveltejs/adapter-cloudflare-workers';
1818
export default {
1919
kit: {
2020
adapter: adapter({
21-
config: 'wrangler.toml',
21+
config: 'wrangler.toml',
2222
platformProxy: {
2323
configPath: 'wrangler.toml',
2424
environment: undefined,
2525
experimentalJsonConfig: false,
2626
persist: false
2727
}
28-
})
28+
})
2929
}
3030
};
3131
```

0 commit comments

Comments
 (0)