можно и в прод

This commit is contained in:
bon 2025-03-19 19:40:31 +03:00
parent 9928944a6a
commit d8d5acf823
4 changed files with 12 additions and 10 deletions

View file

@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
devIndicators: false
};
export default nextConfig;