Skip to content

Commit a02ad52

Browse files
committed
switch from /config to /core part 2
1 parent e69ca6c commit a02ad52

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

netlify.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,12 @@
419419
to = "https://lando-compose.netlify.app/:splat"
420420
status = 200
421421

422+
[[redirects]]
423+
from = "/config/"
424+
to = "/core/"
422425
[[redirects]]
423426
from = "/config/*"
424-
to = "/config/:splat"
427+
to = "/core/:splat"
425428
status = 301
426429
[[redirects]]
427430
from = "/core/v3/*"

0 commit comments

Comments
 (0)