Skip to content

Commit cbaceb5

Browse files
committed
fix
1 parent 91317f7 commit cbaceb5

3 files changed

Lines changed: 55 additions & 54 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: true,
4+
ppr: false,
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.4-canary.22",
46+
"next": "15.0.5",
4747
"openai": "^4.68.0",
4848
"react": "19.0.0-rc-cd22717c-20241013",
4949
"react-dom": "19.0.0-rc-cd22717c-20241013",

pnpm-lock.yaml

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)