Files
dyagilev/next.config.ts
2026-05-06 17:54:08 +05:00

8 lines
128 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
devIndicators: false
};
export default nextConfig;