Files
aramejan/next.config.ts
T
2025-11-07 16:31:45 +03:30

8 lines
126 B
TypeScript

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