Skip to content

Commit

Permalink
Add additional log to experimental ppr flag in next.config.js (vercel…
Browse files Browse the repository at this point in the history
…#65944)

### What?

This PR adds an additional log that describes the function of the `ppr`
flag in `next.config.js`.

---------

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
Nayeem-XTREME and ijjk authored May 20, 2024
1 parent 79c934a commit e1e197a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/next/src/server/config-shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ export interface ExperimentalConfig {
clientTraceMetadata?: string[]

/**
* Enables experimental Partial Prerendering feature of Next.js
* Using this feature will enable the `react@experimental` for the `app` directory.
*/
ppr?: ExperimentalPPRConfig
Expand Down

0 comments on commit e1e197a

Please sign in to comment.