Skip to content

Commit

Permalink
feat(web): enable ppr (#4291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored May 24, 2024
1 parent b7b6b20 commit d551671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const supabaseBaseURL =
const nextConfig = {
experimental: {
instrumentationHook: true,
ppr: true,
serverComponentsExternalPackages: ['@sentry/profiling-node']
},
images: {
Expand Down

0 comments on commit d551671

Please sign in to comment.