Skip to content

Commit cd1d7bb

Browse files
committed
chore: upgrade to next 15
1 parent 42dfc6b commit cd1d7bb

File tree

4 files changed

+630
-156
lines changed

4 files changed

+630
-156
lines changed

e2e-report/data/test-results.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8528,7 +8528,7 @@
85288528
"link": "https://github.com/netlify/next-runtime-minimal/issues/564"
85298529
},
85308530
{
8531-
"name": "skip-trailing-slash-redirect should be able to redirect locale casing $1",
8531+
"name": "skip-trailing-slash-redirect should be able to redirect locale casing $2",
85328532
"status": "failed",
85338533
"retries": 0,
85348534
"reason": "does not correctly handle user middleware that redirects to path with canonical locale casing when app enables `skipMiddlewareUrlNormalize` and path contains locale slug with non-canonical casing",

e2e-report/next.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {}
2+
const nextConfig = {
3+
outputFileTracingRoot: import.meta.dirname,
4+
}
35

46
export default nextConfig

0 commit comments

Comments
 (0)