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 81fb3a5 commit 0a048e8Copy full SHA for 0a048e8
README.md
@@ -49,3 +49,10 @@ export default {
49
50
- `pages` (string): Specifies the build path. This should be the same as the adapter static pages.
51
- `minifierOptions` (object): Custom options for [html-minifier-terser](https://github.com/terser/html-minifier-terser#options-quick-reference).
52
+
53
+Example: for @sveltejs/adapter-cloudflare, you probably want to specify this modified build path:
54
+```js
55
+ {
56
+ pages: '.svelte-kit/cloudflare',
57
+ }
58
+```
0 commit comments