Skip to content

Commit

Permalink
Fix lint from docs change (#70415)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Sep 24, 2024
1 parent 898462a commit 1c06979
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) | `boolean` |
| [`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 1c06979

Please sign in to comment.