We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8330c commit e69ca6cCopy full SHA for e69ca6c
netlify.toml
@@ -420,20 +420,24 @@
420
status = 200
421
422
[[redirects]]
423
- from = "/config/v3/*"
+ from = "/config/*"
424
+ to = "/config/:splat"
425
+ status = 301
426
+[[redirects]]
427
+ from = "/core/v3/*"
428
to = "https://lando-core-legacy.netlify.app/:splat"
429
430
- from = "/config/v4/*"
431
+ from = "/core/v4/*"
432
to = "https://lando-core.netlify.app/:splat"
433
434
- from = "/config/"
- to = "/config/v3"
435
+ from = "/core/"
436
+ to = "/core/v3"
437
status = 301
438
- from = "/config/*"
- to = "/config/v3/:splat"
439
+ from = "/core/*"
440
+ to = "/core/v3/:splat"
441
442
443
0 commit comments