Skip to content

Commit

Permalink
[docs] Update documentation for experimental_ppr (#70413)
Browse files Browse the repository at this point in the history
Updates the configuration to specify a boolean argument rather than
string literals.
  • Loading branch information
wyattjoh authored Sep 24, 2024
1 parent 3fb0d87 commit 898462a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Route Segment options allows you to configure the behavior of a [Page](/docs

| Option | Type | Default |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -------------------------- |
| [`experimental_ppr`](#experimental_ppr) | `'true' \| 'false'` |
| [`experimental_ppr`](#experimental_ppr) | `boolean` |
| [`dynamic`](#dynamic) | `'auto' \| 'force-dynamic' \| 'error' \| 'force-static'` | `'auto'` |
| [`dynamicParams`](#dynamicparams) | `boolean` | `true` |
| [`revalidate`](#revalidate) | `false \| 0 \| number` | `false` |
Expand Down

0 comments on commit 898462a

Please sign in to comment.