This commit is contained in:
[Valentino Heman Budiarto] 2026-08-31 20:52:58 +07:00
parent bc551c57e9
commit 5060c191db

View File

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