mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Website: Add a new redirect in routes.js (#11709)
Adding [a redirect to an external link](https://www.figma.com/file/hdALBDsrti77QuDNSzLdkx/%F0%9F%9A%A7-Fleet-EE-(dev-ready%2C-scratchpad)?type=design&node-id=16165%3A206001&t=vx8w8OTCBfiIkdJy-1) to prepare for #10585 🔮
This commit is contained in:
parent
cdf5843e76
commit
9a876ece1c
1 changed files with 6 additions and 0 deletions
6
website/config/routes.js
vendored
6
website/config/routes.js
vendored
|
|
@ -381,6 +381,12 @@ module.exports.routes = {
|
|||
'GET /tables': '/tables/account_policy_data',
|
||||
'GET /imagine/launch-party': 'https://www.eventbrite.com/e/601763519887',
|
||||
|
||||
// Fleet UI
|
||||
// =============================================================================================================
|
||||
// These are external links not maintained by Fleet. We can point the Fleet UI to redirects here instead of the
|
||||
// original sources to help avoid broken links.
|
||||
'GET /learn-more-about/chromeos-updates': 'https://support.google.com/chrome/a/answer/6220366',
|
||||
|
||||
// Sitemap
|
||||
// =============================================================================================================
|
||||
// This is for search engines, not humans. Search engines know to visit fleetdm.com/sitemap.xml to download this
|
||||
|
|
|
|||
Loading…
Reference in a new issue