mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-08 06:28:41 +00:00
Add PPR (#745)
* Update to next v15, switch to pnpm * Delete package-lock.json * Add PPR * Update to next@canary * Update starter-example to next@canary * Update file extension * Update ts compiler options to match CNA * Fix ts errors
This commit is contained in:
committed by
GitHub
parent
58f9a68c6a
commit
deca7c766f
9
dashboard/final-example/next.config.mjs
Normal file
9
dashboard/final-example/next.config.mjs
Normal file
@@ -0,0 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
const nextConfig = {
|
||||
experimental: {
|
||||
ppr: 'incremental',
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user