Skip to content

Commit

Permalink
Remove PPR config from starter example
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Jun 19, 2024
1 parent 5ff001a commit 929ab77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dashboard/starter-example/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/** @type {import('next').NextConfig} */

const nextConfig = {
experimental: {
ppr: 'incremental',
},
};
const nextConfig = {};

export default nextConfig;

0 comments on commit 929ab77

Please sign in to comment.