Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPR #152

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

PPR #152

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ed3076e
feat(ppr)
koenoe Dec 20, 2024
dfcfdca
chore: canary
koenoe Dec 20, 2024
ae2723a
Update next.config.ts
koenoe Dec 20, 2024
43766bd
Update next.config.ts
koenoe Dec 20, 2024
5422d40
Update next.config.ts
koenoe Dec 20, 2024
23f1202
Update next.config.ts
koenoe Dec 20, 2024
c4290e9
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Dec 20, 2024
87305d6
Revert "Merge branch 'main' of github.com:koenoe/tvseri.es into feat/…
koenoe Dec 20, 2024
73c9be7
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Dec 20, 2024
08d2d82
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Dec 20, 2024
0bfe7b6
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Dec 21, 2024
f533332
chore: bumps
koenoe Dec 21, 2024
1a35585
feat(ppr)
koenoe Jan 8, 2025
5bf7228
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 9, 2025
64cb5b0
chore: bumps
koenoe Jan 9, 2025
861847a
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 10, 2025
968f8c9
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 16, 2025
f74d4e4
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 18, 2025
cab5906
Merge branch 'feat/ppr' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 20, 2025
d2fec3c
Merge branch 'main' of github.com:koenoe/tvseri.es into feat/ppr
koenoe Jan 20, 2025
325615a
Update next.config.ts
koenoe Jan 20, 2025
00ccfc5
Update open-next.config.ts
koenoe Jan 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import getBaseUrl from './src/utils/getBaseUrl';
const nextConfig = {
experimental: {
authInterrupts: true,
ppr: true,
staleTimes: {
static: 0,
dynamic: 0,
},
},
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},
Expand Down
3 changes: 3 additions & 0 deletions open-next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const config = {
wrapper: 'aws-lambda-streaming',
},
},
dangerous: {
enableCacheInterception: true,
},
} satisfies OpenNextConfig;

export default config;
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
"date-fns": "^4.1.0",
"dice-coefficient": "^2.1.1",
"framer-motion": "11.18.1",
"next": "15.1.5",
"next": "15.2.0-canary.16",
"papaparse": "^5.5.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "19.1.0-canary-d46b04a2-20250117",
"react-dom": "19.1.0-canary-d46b04a2-20250117",
"react-dropzone": "^14.3.5",
"react-fast-compare": "^3.2.2",
"recharts": "^2.15.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"sonner": "^1.7.2",
"sst": "^3.5.15",
Expand Down
Loading
Loading