Skip to content

Commit 97aaa63

Browse files
authored
Update packages/adapter-cloudflare/index.d.ts
1 parent 8802c07 commit 97aaa63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-cloudflare/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface AdapterOptions {
1010
*
1111
* Most of the time `plaintext` is sufficient, but if you are using `routes.exclude` to manually
1212
* exclude a set of prerendered pages without exceeding the 100 route limit, you may wish to
13-
* use `spa` instead.
13+
* use `spa` instead to avoid showing an unstyled 404 page to users.
1414
*
1515
* @default 'plaintext'
1616
*/

0 commit comments

Comments
 (0)