Fix my redirect for tags (#8450)

This commit is contained in:
Jesse Hills 2021-02-26 00:03:03 +13:00 committed by GitHub
parent 93e5bde797
commit 0c417755ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ const REDIRECTS: Redirects = {
redirect: "/config/helpers",
},
tags: {
component: "tags",
component: "tag",
redirect: "/config/tags",
},
lovelace_dashboards: {