forked from mirrors/thatmattlove-hyperglass
fix docs sitemap generation [skip ci]
This commit is contained in:
parent
00117210af
commit
ee87c34ff1
1 changed files with 1 additions and 8 deletions
|
|
@ -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"),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue