Skip to content

Commit db20b83

Browse files
michaelmaganclaudeCharlieHelps
authored
chore: add /console and /dashboard redirects (#89)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: CharlieHelps <charlie@charlielabs.ai>
1 parent 421d9a8 commit db20b83

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

next.config.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,16 @@ const nextConfig: NextConfig = {
242242
'https://stackblitz.com/~/github.com/tambo-ai/tambo-template',
243243
permanent: false,
244244
},
245+
{
246+
source: '/console',
247+
destination: 'https://console.tambo.co',
248+
permanent: false,
249+
},
250+
{
251+
source: '/dashboard/:path*',
252+
destination: 'https://console.tambo.co/:path*',
253+
permanent: false,
254+
},
245255
{
246256
source: '/x',
247257
destination: 'https://x.com/tambo_ai',

0 commit comments

Comments
 (0)