popboat1
initial commit
ab81f90
Raw
History Blame Contribute Delete
113 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
};
export default nextConfig;