Skip to content

Commit fde408c

Browse files
committed
Add freebuff redirects
1 parent 6d8bf39 commit fde408c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

freebuff/web/next.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,15 @@ const nextConfig = {
6969
]
7070
},
7171
reactStrictMode: false,
72+
async redirects() {
73+
return [
74+
{
75+
source: '/b/:hash',
76+
destination: 'https://go.trybeluga.ai/:hash',
77+
permanent: false,
78+
},
79+
]
80+
},
7281
async rewrites() {
7382
return [
7483
{

0 commit comments

Comments
 (0)