Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
poisonox committed Jan 3, 2025
1 parent bf29600 commit 59c1a4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const nextConfig: NextConfig = {
]
},
experimental:{
ppr:'incremental',
ppr:true,


},
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"packageManager": "npm@10.9.0",
"overrides": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"next":"$next"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.2",
Expand Down

0 comments on commit 59c1a4b

Please sign in to comment.