Files
approagency-admin-panel/next.config.ts
T
2026-02-20 20:45:59 +03:30

7 lines
126 B
TypeScript

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