From 38a7fb52cad0afe596f873acc2545f9defddcaf8 Mon Sep 17 00:00:00 2001 From: feruzm Date: Tue, 10 Dec 2024 10:50:44 +0530 Subject: [PATCH] rewrite --- next.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",