YAMPD/gui/next.config.ts
2025-05-04 05:43:10 +05:00

8 lines
153 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export',
};
export default nextConfig;