Files
GibSend/apps/marketing/next.config.mjs
2024-06-24 08:47:14 +10:00

7 lines
113 B
JavaScript

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