Robot-UI/next.config.ts
[Valentino Heman Budiarto] 5060c191db .
2026-08-31 20:52:58 +07:00

5 lines
111 B
TypeScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
};
export default nextConfig;