Skip to content

Commit b995a05

Browse files
wip
1 parent 4b105c3 commit b995a05

File tree

4 files changed

+45
-46
lines changed

4 files changed

+45
-46
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ let nextConfig = {
33
return [
44
{
55
source: '/:path*',
6-
destination: 'http://localhost:4000/:path*',
6+
destination: 'http://not-existing-host:4000/:path*',
77
},
88
];
99
},

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"dev": "next dev",
44
"build": "next build",
55
"start": "next start",
6-
"lint": "next lint",
7-
"info": "next info"
6+
"lint": "next lint"
87
},
98
"dependencies": {
10-
"next": "^15.0.3",
9+
"next": "^v15.0.4-canary.2",
1110
"react": "^18.3.1",
1211
"react-dom": "^18.3.1"
1312
},

pnpm-lock.yaml

Lines changed: 41 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)