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 1
1
import { expect , test } from "@playwright/test" ;
2
2
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 } ) => {
4
5
test . setTimeout ( 45000 ) ;
5
6
await page . goto ( "/" ) ;
6
7
await page . locator ( "[href='/isr/']" ) . click ( ) ;
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const nextConfig: NextConfig = {
43
43
} ,
44
44
{
45
45
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" ,
47
47
} ,
48
48
] ,
49
49
redirects : async ( ) => [
Original file line number Diff line number Diff line change 12
12
"build:worker" : " pnpm opennextjs-cloudflare" ,
13
13
"dev:worker" : " wrangler dev --port 8791 --inspector-port 9351" ,
14
14
"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"
16
16
},
17
17
"dependencies" : {
18
18
"@opennextjs/cloudflare" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments