Skip to content

Commit 1b3fca9

Browse files
committed
feat(web): add /b/:hash redirect to go.trybeluga.ai
1 parent 3e3d37c commit 1b3fca9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/next.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,11 @@ const nextConfig = {
153153
'https://github.com/CodebuffAI/codebuff-community/releases',
154154
permanent: false,
155155
},
156+
{
157+
source: '/b/:hash',
158+
destination: 'https://go.trybeluga.ai/:hash',
159+
permanent: false,
160+
},
156161
]
157162
},
158163
images: {

0 commit comments

Comments
 (0)