Skip to content

Commit aa9e173

Browse files
committed
redirects: Add old ROFL redirects
These seem to be left out in #1058.
1 parent fc26d5a commit aa9e173

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

redirects.ts

+16-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,22 @@ export const redirectsOptions: Options = {
388388
},
389389
{
390390
to: '/build/rofl/',
391-
from: '/rofl/', // #1058 Rename dapp to build
391+
from: [
392+
'/rofl/', // #1058 Rename dapp to build
393+
'/rofl/trust-root', // #1058 Rename dapp to build
394+
],
395+
},
396+
{
397+
to: '/build/rofl/prerequisites',
398+
from: '/rofl/prerequisites', // #1058 Rename dapp to build
399+
},
400+
{
401+
to: '/build/rofl/app',
402+
from: '/rofl/app', // #1058 Rename dapp to build
403+
},
404+
{
405+
to: '/build/rofl/deployment',
406+
from: '/rofl/deployment', // #1058 Rename dapp to build
392407
},
393408
{
394409
to: '/build/opl/',

0 commit comments

Comments
 (0)