litenet-website/next.config.mjs
2024-12-17 20:40:15 -05:00

5 lines
71 B
JavaScript

const nextConfig = {
output: 'export',
};
export default nextConfig;