blob: cd284aca10d48e37472d74cf77e179937533418c [file] [log] [blame]
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
};
export default nextConfig;