Skip to content

Commit e69ca6c

Browse files
committed
switch from /config to /core
1 parent 8d8330c commit e69ca6c

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

netlify.toml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -420,20 +420,24 @@
420420
status = 200
421421

422422
[[redirects]]
423-
from = "/config/v3/*"
423+
from = "/config/*"
424+
to = "/config/:splat"
425+
status = 301
426+
[[redirects]]
427+
from = "/core/v3/*"
424428
to = "https://lando-core-legacy.netlify.app/:splat"
425429
status = 200
426430
[[redirects]]
427-
from = "/config/v4/*"
431+
from = "/core/v4/*"
428432
to = "https://lando-core.netlify.app/:splat"
429433
status = 200
430434
[[redirects]]
431-
from = "/config/"
432-
to = "/config/v3"
435+
from = "/core/"
436+
to = "/core/v3"
433437
status = 301
434438
[[redirects]]
435-
from = "/config/*"
436-
to = "/config/v3/:splat"
439+
from = "/core/*"
440+
to = "/core/v3/:splat"
437441
status = 301
438442

439443
[[redirects]]

0 commit comments

Comments
 (0)