We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26d5a commit aa9e173Copy full SHA for aa9e173
redirects.ts
@@ -388,7 +388,22 @@ export const redirectsOptions: Options = {
388
},
389
{
390
to: '/build/rofl/',
391
- from: '/rofl/', // #1058 Rename dapp to build
+ 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
407
408
409
to: '/build/opl/',
0 commit comments