front_gestalt/next.config.ts

8 lines
126 B
TypeScript
Raw Normal View History

2025-01-07 18:30:21 +03:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
2025-01-11 17:06:23 +03:00
output: 'export'
2025-01-07 18:30:21 +03:00
};
export default nextConfig;