Skip to content

Commit

Permalink
fix missing redirect
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Nov 26, 2024
1 parent 0306f8c commit f627195
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@
status = 302
force = true

[[redirects]]
from = "/docs/security/CVE-2024-42490"
to = "/docs/security/cves/CVE-2024-42490"
status = 302
force = true

[[redirects]]
from = "/docs/security/CVE-2023-26481"
to = "/docs/security/cves/CVE-2023-26481"
Expand Down

0 comments on commit f627195

Please sign in to comment.