Skip to content

Commit 5c02b89

Browse files
authored
fix(e2e): remove outputFileTracingRoot from Next.js test templates (#8093)
1 parent 291733c commit 5c02b89

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/** @type {import('next').NextConfig} */
2-
const nextConfig = {
3-
outputFileTracingRoot: '/',
4-
};
2+
const nextConfig = {};
53

64
module.exports = nextConfig;

integration/templates/next-cache-components/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
outputFileTracingRoot: '/',
43
cacheComponents: true,
54
};
65

0 commit comments

Comments
 (0)