front_gestalt/next.config.ts
2025-01-13 19:45:10 +03:00

8 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// output: 'export'
};
export default nextConfig;