Skip to content

Commit 682bd4b

Browse files
authored
Axe next dev indicator (#68)
Removes this stupid thing: <img width="226" height="65" alt="image" src="https://github.com/user-attachments/assets/9299c085-ba53-440a-953c-7339146d5a42" /> next config does expose a way to reposition it to any corner, but it doesn't work and idk why
1 parent 43fe817 commit 682bd4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agentex-ui/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const nextConfig: NextConfig = {
1010
},
1111
];
1212
},
13+
devIndicators: false,
1314
};
1415

1516
export default nextConfig;

0 commit comments

Comments
 (0)