Files
fdf5f93d-6c32-4c15-8772-d36…/next.config.ts
vitalijmulika 27182ec89c Initial commit
2025-12-11 18:35:34 +02:00

8 lines
129 B
TypeScript

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