From c4b6186a8394a86ff9ec9f1d26dd41803163f0c0 Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Tue, 26 Aug 2025 14:28:19 +0200 Subject: [PATCH] feat(`/create-guild`): redirect to guild era --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.js b/next.config.js index c4ac8264e3..df8402f03e 100644 --- a/next.config.js +++ b/next.config.js @@ -213,6 +213,11 @@ const nextConfig = { destination: "/explorer", permanent: false, }, + { + source: "/create-guild", + destination: "https://era.guild.xyz/create", + permanent: false, + }, { source: "/community", destination: