Skip to content

Commit 8a1b49a

Browse files
authored
Merge pull request #477 from ixartz/dev-indicators
fix: specify dev indicators position to the bottom right
2 parents 87870b3 + d88f9dc commit 8a1b49a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

next.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ const baseConfig: NextConfig = {
99
eslint: {
1010
dirs: ['.'],
1111
},
12+
devIndicators: {
13+
position: 'bottom-right',
14+
},
1215
poweredByHeader: false,
1316
reactStrictMode: true,
1417
outputFileTracingIncludes: {

0 commit comments

Comments
 (0)