File tree Expand file tree Collapse file tree 5 files changed +2219
-3817
lines changed
examples/e2e/pages-router Expand file tree Collapse file tree 5 files changed +2219
-3817
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @opennextjs/cloudflare " : patch
3+ ---
4+
5+ bump ` @opennextjs/aws ` dependency to ` https://pkg.pr.new/@opennextjs/aws@724 `
6+
7+ this bump fixes rewrites to external urls not working when the external urls
8+ point to resources hosted on the Cloudflare network
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://raw.githubusercontent.com/opennextjs/docs/refs/heads/main/public /share.png" ,
46+ destination : "https://opennext.js.org /share.png" ,
4747 } ,
4848 ] ,
4949 redirects : async ( ) => [
Original file line number Diff line number Diff line change 7373 "dependencies" : {
7474 "@ast-grep/napi" : " ^0.34.1" ,
7575 "@dotenvx/dotenvx" : " catalog:" ,
76- "@opennextjs/aws" : " https://pkg.pr.new/@opennextjs/aws@722 " ,
76+ "@opennextjs/aws" : " https://pkg.pr.new/@opennextjs/aws@724 " ,
7777 "enquirer" : " ^2.4.1" ,
7878 "glob" : " catalog:" ,
7979 "ts-morph" : " catalog:" ,
Original file line number Diff line number Diff line change 11import { createRequire } from "node:module" ;
22import { join } from "node:path" ;
3- import { fileURLToPath } from "node:url" ;
3+ import { fileURLToPath , URL } from "node:url" ;
44
55export function getVersion ( ) {
66 const require = createRequire ( import . meta. url ) ;
You can’t perform that action at this time.
0 commit comments