We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87870b3 + d88f9dc commit 8a1b49aCopy full SHA for 8a1b49a
1 file changed
next.config.ts
@@ -9,6 +9,9 @@ const baseConfig: NextConfig = {
9
eslint: {
10
dirs: ['.'],
11
},
12
+ devIndicators: {
13
+ position: 'bottom-right',
14
+ },
15
poweredByHeader: false,
16
reactStrictMode: true,
17
outputFileTracingIncludes: {
0 commit comments