fct/next.config.mjs
2024-07-07 00:32:06 -04:00

6 lines
115 B
JavaScript

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