front_gestalt/next.config.ts

8 lines
129 B
TypeScript
Raw Permalink Normal View History

2025-01-07 18:30:21 +03:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-01-13 19:45:10 +03:00
// output: 'export'
2025-01-07 18:30:21 +03:00
};
export default nextConfig;