diff --git a/next.config.js b/next.config.js index 7341d4cc9..fbeebea91 100644 --- a/next.config.js +++ b/next.config.js @@ -44,8 +44,8 @@ const config = { async rewrites() { return [ { - source: '/api/event', - destination: '/proxy/api/event' + source: '/proxy/api/event', + destination: 'https://pl.ecency.com/api/event' }, { source: "/communities",