Skip to content

Commit 8b92c51

Browse files
Add redirect for legacy config to go to config
1 parent d9b7a09 commit 8b92c51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,12 @@
775775
status = 301
776776
force = true
777777

778+
[[redirects]]
779+
from = "/guides/references/legacy-configuration"
780+
to = "/guides/references/configuration"
781+
status = 301
782+
force = true
783+
778784
[[plugins]]
779785
package = "@netlify/plugin-sitemap"
780786

0 commit comments

Comments
 (0)