Skip to content

Commit d686774

Browse files
committed
Make diagnostics page a redirect.
Having an actual page there broke the site hierarchy (with the current template).
1 parent 868eacd commit d686774

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

docs/content/diagnostics/index.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ to = "/api/MySqlConnector/MySqlTransactionType/"
7171
status = 301
7272
force = true
7373

74+
[[redirects]]
75+
from = "/diagnostics/"
76+
to = "/"
77+
status = 302
78+
force = true
79+
7480
[[redirects]]
7581
from = "/groups/"
7682
to = "/"

0 commit comments

Comments
 (0)