data-use-annotation / next.config.mjs
rafmacalaba's picture
Deploy MVP App
ac239be
raw
history blame contribute delete
116 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;