fix docs sitemap generation [skip ci]

This commit is contained in:
checktheroads 2020-07-14 01:10:47 -07:00
parent 00117210af
commit ee87c34ff1

View file

@ -2,8 +2,6 @@ const githubURL = "https://github.com/checktheroads/hyperglass";
const { googleTrackingId, algoliaKey } = process.env;
require("./generateSitemap");
module.exports = {
title: "hyperglass",
tagline: "the network looking glass that tries to make the internet better.",
@ -18,10 +16,6 @@ module.exports = {
trackingID: googleTrackingId || " ",
anonymizeIP: false,
},
gtag: {
trackingID: googleTrackingId || " ",
anonymizeIP: false,
},
algolia: {
apiKey: algoliaKey,
indexName: "hyperglass",
@ -107,7 +101,6 @@ module.exports = {
],
plugins: [
"@docusaurus/plugin-google-analytics",
"@docusaurus/plugin-google-gtag",
"@docusaurus/plugin-sitemap",
require("./generateSitemap"),
],
};