Skip to content

Commit

Permalink
Enable PPR
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Aug 12, 2024
1 parent b2cb54e commit 29be946
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 578 deletions.
1 change: 1 addition & 0 deletions core/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const nextConfig = {
reactStrictMode: true,
experimental: {
optimizePackageImports: ['@icons-pack/react-simple-icons'],
ppr: true,
},
typescript: {
ignoreBuildErrors: !!process.env.CI,
Expand Down
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"lodash.debounce": "^4.0.8",
"lru-cache": "^10.4.0",
"lucide-react": "^0.403.0",
"next": "14.1.4",
"next": "v15.0.0-canary.111",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.15.4",
"react": "^18.3.1",
"react": "19.0.0-beta-26f2496093-20240514",
"react-day-picker": "^8.10.0",
"react-dom": "^18.3.1",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
Expand Down
Loading

0 comments on commit 29be946

Please sign in to comment.