fformat/next.config.mjs
2024-02-20 02:39:47 -05:00

7 lines
146 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
// reactStrictMode: false,
};
export default nextConfig;