Skip to content

Commit 2cb3a61

Browse files
committed
Re-enable PPR
This reverts commit cbaceb5.
1 parent 2865117 commit 2cb3a61

3 files changed

Lines changed: 224 additions & 211 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
experimental: {
4-
ppr: false,
4+
ppr: true,
55
inlineCss: true,
66
reactCompiler: true,
77
},
@@ -30,7 +30,7 @@ const nextConfig = {
3030
destination:
3131
"https://cdn.vercel-insights.com/v1/speed-insights/script.js",
3232
},
33-
{
33+
{
3434
source: "/insights/events.js",
3535
destination: "https://cdn.vercel-insights.com/v1/script.js",
3636
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"jose": "^5.9.4",
4444
"linkedom": "^0.18.5",
4545
"lucide-react": "^0.453.0",
46-
"next": "15.0.7",
46+
"next": "15.6.0-canary.60",
4747
"openai": "^4.68.0",
4848
"react": "19.0.0-rc-cd22717c-20241013",
4949
"react-dom": "19.0.0-rc-cd22717c-20241013",

0 commit comments

Comments
 (0)