Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created February 20, 2023 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nataliaconde/10289ade4ffb41fbaa06c7f868ac6f3d to your computer and use it in GitHub Desktop.
Save nataliaconde/10289ade4ffb41fbaa06c7f868ac6f3d to your computer and use it in GitHub Desktop.
// next.config.js
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone"
};
module.exports = nextConfig;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment