We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2865117 commit 2cb3a61Copy full SHA for 2cb3a61
3 files changed
next.config.mjs
@@ -1,7 +1,7 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
experimental: {
4
- ppr: false,
+ ppr: true,
5
inlineCss: true,
6
reactCompiler: true,
7
},
@@ -30,7 +30,7 @@ const nextConfig = {
30
destination:
31
"https://cdn.vercel-insights.com/v1/speed-insights/script.js",
32
33
- {
+ {
34
source: "/insights/events.js",
35
destination: "https://cdn.vercel-insights.com/v1/script.js",
36
package.json
@@ -43,7 +43,7 @@
43
"jose": "^5.9.4",
44
"linkedom": "^0.18.5",
45
"lucide-react": "^0.453.0",
46
- "next": "15.0.7",
+ "next": "15.6.0-canary.60",
47
"openai": "^4.68.0",
48
"react": "19.0.0-rc-cd22717c-20241013",
49
"react-dom": "19.0.0-rc-cd22717c-20241013",
0 commit comments