Add a sitemap to the docs site (#1450)

## Description

Configure a sitemap for search engine indexing

## Type of change

<!--- Please check the type of change your PR introduces: --->
- [x] 🗺️ Documentation

## Test Plan

- [x] 💪 Manual
This commit is contained in:
Niraj Tolia 2022-11-04 01:09:56 -07:00 committed by GitHub
parent b0735e2ed1
commit 2524c67540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,10 @@ const config = {
'https://github.com/alcionai/corso/tree/main/docs',
},
blog: false,
sitemap: {
ignorePatterns: ['/tags/**'],
filename: 'sitemap.xml',
},
gtag: {
trackingID: 'G-YXBFPQZ05N',
},