Update dev api proxy to use prod endpoint
This commit is contained in:
parent
fc9b7e0d7d
commit
b0ad968622
@ -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*',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user