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} */
const nextConfig = {
output: 'export',
};
const nextConfig = {};
export default nextConfig;