This commit is contained in:
[Valentino Heman Budiarto] 2026-08-31 20:53:51 +07:00
parent 5060c191db
commit 271b3f8389

View File

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