diff --git a/frontend/next.config.js b/frontend/next.config.js index 8ba5642c..4b28112b 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -1,8 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { - reactStrictMode: true, - swcMinify: true, - env: { +reactStrictMode: true, +env: { API: process.env.API ?? 'https://api.openweightlifting.org', }, async headers() {