Skip to content

Commit a63edc0

Browse files
committed
remove unintended
1 parent 021d0e8 commit a63edc0

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

test/e2e/app-dir/app-root-params/fixtures/generate-static-params/next.config.ts

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/**
22
* @type {import('next').NextConfig}
33
*/
4-
const nextConfig = {
5-
experimental: {
6-
devtoolSegmentExplorer: true,
7-
},
8-
}
4+
const nextConfig = {}
95

106
module.exports = nextConfig

0 commit comments

Comments
 (0)