1
Fork 0
holycow/holycow_frontend/next.config.mjs

6 lines
111 B
JavaScript

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