diff --git a/apps/nebula/next.config.ts b/apps/nebula/next.config.ts index 28ce29d2a55..2a3ab1c13f4 100644 --- a/apps/nebula/next.config.ts +++ b/apps/nebula/next.config.ts @@ -64,6 +64,15 @@ const baseNextConfig: NextConfig = { }, productionBrowserSourceMaps: false, reactStrictMode: true, + async redirects() { + return [ + { + source: "/:path*", + destination: "https://thirdweb.com/ai", + permanent: true, + }, + ]; + }, async rewrites() { return [ {