anoderb
Fix: clean_harga logic and rename functions to match traceback
4b529fd
Raw
History Blame Contribute Delete
213 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
trailingSlash: true,
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || '',
},
}
module.exports = nextConfig