website/next.config.mjs
2025-03-19 19:40:31 +03:00

6 lines
118 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
devIndicators: false
};
export default nextConfig;