diff --git a/frontend/next.config.js b/frontend/next.config.js index 1e01949..1cb5a95 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -3,7 +3,7 @@ const nextConfig = { reactStrictMode: true, output: 'standalone', env: { - NEXT_PUBLIC_BACKEND_URL: process.env.NEXT_PUBLIC_BACKEND_URL || 'http://localhost:8003', + NEXT_PUBLIC_BACKEND_URL: process.env.NEXT_PUBLIC_BACKEND_URL || 'https://yann1.ahlgrim.net', }, }