diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 90e8ba5..120939b 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -25,6 +25,10 @@ const nextConfig: NextConfig = { protocol: "http", hostname: "localhost", }, + { + protocol: "https", + hostname: "latosa.cems.dev", + }, ], }, env: {