File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
examples/e2e/pages-router Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11import { expect , test } from "@playwright/test" ;
22
3- test ( "Incremental Static Regeneration" , async ( { page } ) => {
3+ // ISR is currently not supported: https://github.com/opennextjs/opennextjs-cloudflare/issues/105
4+ test . skip ( "Incremental Static Regeneration" , async ( { page } ) => {
45 test . setTimeout ( 45000 ) ;
56 await page . goto ( "/" ) ;
67 await page . locator ( "[href='/isr/']" ) . click ( ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const nextConfig: NextConfig = {
4343 } ,
4444 {
4545 source : "/external-on-image" ,
46- destination : "https://opennext.js.org /share.png" ,
46+ destination : "https://raw.githubusercontent.com/opennextjs/docs/refs/heads/main/public /share.png" ,
4747 } ,
4848 ] ,
4949 redirects : async ( ) => [
Original file line number Diff line number Diff line change 1212 "build:worker" : " pnpm opennextjs-cloudflare" ,
1313 "dev:worker" : " wrangler dev --port 8791 --inspector-port 9351" ,
1414 "preview" : " pnpm build:worker && pnpm dev:worker" ,
15- "e2e-fix " : " playwright test -c e2e/playwright.config.ts"
15+ "e2e" : " playwright test -c e2e/playwright.config.ts"
1616 },
1717 "dependencies" : {
1818 "@opennextjs/cloudflare" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments