Website: Remove /osquery-management from download-sitemap.js (#10239)

https://github.com/fleetdm/fleet/pull/10207#issuecomment-1451073086
Changes:
- Removed the `/osquery-management` landing page from
`download-sitemap.js`
This commit is contained in:
Eric 2023-03-01 18:55:37 -06:00 committed by GitHub
parent 615052a9ac
commit e7476c6a9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ module.exports = {
'/deploy',
'/podcasts',
'/device-management',
'/osquery-management',
// FUTURE: Do something smarter to get hand-coded HTML pages from routes.js, like how rebuild-cloud-sdk works, to avoid this manual duplication.
// See also https://github.com/sailshq/sailsjs.com/blob/b53c6e6a90c9afdf89e5cae00b9c9dd3f391b0e7/api/helpers/get-pages-for-sitemap.js#L27
];