File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
e2e/app-dir/back-forward-cache/app Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ // @ts -ignore -- the latest @types/react don't have this anymore
12import { unstable_Activity as Activity } from 'react'
23
34export default function Page ( ) {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module.exports = {
22 experimental : {
33 urlImports : [
44 'http://localhost:12345/' ,
5- 'https://github.com/vercel/next.js/raw/canary /' ,
5+ 'https://github.com/vercel/next.js/raw/next-15-5 /' ,
66 ] ,
77 } ,
88}
Original file line number Diff line number Diff line change 11.main {
2- background : url ('https://github.com/vercel/next.js/raw/canary /test/integration/url/public/vercel.png' );
2+ background : url ('https://github.com/vercel/next.js/raw/next-15-5 /test/integration/url/public/vercel.png' );
33 background-size : contain;
44 width : 300px ;
55 height : 300px ;
Original file line number Diff line number Diff line change 11import Image from 'next/image'
2- import logo from 'https://github.com/vercel/next.js/raw/canary /test/integration/url/public/vercel.png?_=image'
2+ import logo from 'https://github.com/vercel/next.js/raw/next-15-5 /test/integration/url/public/vercel.png?_=image'
33
44export default ( ) => (
55 < div >
Original file line number Diff line number Diff line change 11import value from 'http://localhost:12345/value1.js'
22
33const url = new URL (
4- 'https://github.com/vercel/next.js/raw/canary /test/integration/url/public/vercel.png?_=ssg' ,
4+ 'https://github.com/vercel/next.js/raw/next-15-5 /test/integration/url/public/vercel.png?_=ssg' ,
55 import . meta. url
66)
77
Original file line number Diff line number Diff line change 11import value from 'http://localhost:12345/value2.js'
22
33const url = new URL (
4- 'https://github.com/vercel/next.js/raw/canary /test/integration/url/public/vercel.png?_=ssr' ,
4+ 'https://github.com/vercel/next.js/raw/next-15-5 /test/integration/url/public/vercel.png?_=ssr' ,
55 import . meta. url
66)
77
Original file line number Diff line number Diff line change 11import value from 'http://localhost:12345/value3.js'
22
33const url = new URL (
4- 'https://github.com/vercel/next.js/raw/canary /test/integration/url/public/vercel.png?_=static' ,
4+ 'https://github.com/vercel/next.js/raw/next-15-5 /test/integration/url/public/vercel.png?_=static' ,
55 import . meta. url
66)
77
You can’t perform that action at this time.
0 commit comments