Skip to content

Commit

Permalink
ppr
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 18, 2023
1 parent 7229293 commit a8fad95
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/dashboard/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "./src/env.mjs";
const config = {
reactStrictMode: true,
experimental: {
// ppr: true,
ppr: true,
},
images: {
remotePatterns: [
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fast-csv": "^4.3.6",
"framer-motion": "^10.16.16",
"ms": "^2.1.3",
"next": "14.0.4",
"next": "14.0.5-canary.17",
"next-international": "^1.1.4",
"next-safe-action": "^5.2.3",
"next-themes": "^0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = {
reactStrictMode: true,
transpilePackages: ["@midday/ui", "@midday/tailwind"],
experimental: {
// ppr: true,
ppr: true,
},
eslint: {
ignoreDuringBuilds: true,
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@midday/location": "workspace:*",
"@midday/ui": "workspace:*",
"@vercel/analytics": "^1.1.1",
"next": "14.0.4",
"next": "14.0.5-canary.17",
"next-international": "^1.1.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit a8fad95

Please sign in to comment.