Update dev api proxy to use prod endpoint

This commit is contained in:
Joshua Coles 2023-12-20 19:08:42 +00:00
parent fc9b7e0d7d
commit b0ad968622

View File

@ -4,7 +4,7 @@ const nextConfig = {
rewrites: async () => [ rewrites: async () => [
{ {
source: '/api/:path*', source: '/api/:path*',
destination: 'http://cosmos:8074/:path*', destination: 'https://revision.joshuacoles.me/api/:path*',
}, },
], ],
} }