Skip to content

Commit

Permalink
Upgraded peer pedendencies and updated package-lock.json
Browse files Browse the repository at this point in the history
Replace the "Metadatas" keyword with "Metadata" facebook/docusaurus#5871
Moved gtag options out of themeConfig facebook/docusaurus#5832
  • Loading branch information
EnigmoPantera committed May 23, 2022
1 parent bb8e18e commit 15ad54d
Show file tree
Hide file tree
Showing 2 changed files with 8,429 additions and 12,390 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ module.exports = {
trailingSlash: true,
themeConfig: {
image: 'img/favicon-194x194.png',
metadatas: [
metadata: [
{ property: 'og:type', content: 'website' },
],
algolia: {
appId: '7BRH96O31B',
apiKey: '6dfef04434e917765e1dd4f89e170e74',
indexName: 'autopi',
},
gtag: {
trackingID: 'G-DB2BZPKYN9',
anonymizeIP: false,
},
navbar: {
logo: {
alt: 'AutoPi Documentation Logo',
Expand Down Expand Up @@ -122,6 +118,10 @@ module.exports = {
routeBasePath: '/',
editUrl: "https://github.com/autopi-io/documentation/edit/master/"
},
gtag: {
trackingID: 'G-DB2BZPKYN9',
anonymizeIP: false,
},
theme: {
customCss: require.resolve('./src/css/custom.scss'),
},
Expand Down
Loading

0 comments on commit 15ad54d

Please sign in to comment.