litenet-website/next.config.mjs
rocord01 45a967644c
Some checks failed
Deploy to Server / deploy (push) Failing after 2m5s
dashboard yes
2025-07-14 05:02:46 -04:00

8 lines
170 B
JavaScript

const nextConfig = {
output: 'export',
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3001',
},
};
export default nextConfig;