diff --git a/next.config.js b/next.config.js index e592495..6a31649 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { rewrites: async () => [ { source: '/api/:path*', - destination: 'http://cosmos:8074/:path*', + destination: 'https://revision.joshuacoles.me/api/:path*', }, ], }