mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix GitOps mode 404 (#26718)
Add redirect for https://fleetdm.com/learn-more-about/ui-gitops-mode
This commit is contained in:
parent
044e59c7e7
commit
bf276cdfcd
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -871,6 +871,7 @@ module.exports.routes = {
|
|||
'GET /learn-more-about/end-user-authentication': '/guides/macos-setup-experience#end-user-authentication-and-end-user-license-agreement-eula',
|
||||
'GET /learn-more-about/policy-templates': '/policies',
|
||||
'GET /learn-more-about/windows-mdm': '/guides/windows-mdm-setup',
|
||||
'GET /learn-more-about/ui-gitops-mode': 'https://github.com/fleetdm/fleet-gitops/?tab=readme-ov-file#fleet-ui',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue