pdf-chat-frontend / next.config.ts
kenny
Add static export
e91394f
raw
history blame contribute delete
124 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'export'
};
export default nextConfig;