Files
GPGroup/next.config.mjs
2026-05-24 15:14:32 +03:30

7 lines
112 B
JavaScript

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