litenet-website/next.config.mjs
rocord01 cfa7f127c0
All checks were successful
Deploy to Server / deploy (push) Successful in 2m5s
guuuuuuh 2
2025-07-14 05:33:04 -04:00

9 lines
195 B
JavaScript

const nextConfig = {
output: 'export',
trailingSlash: true,
env: {
NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel',
},
};
export default nextConfig;