Skip to content

Commit 29e896c

Browse files
authored
[deploy_website] Algolia Config Removal #1671
1 parent fdd49be commit 29e896c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

website/docusaurus.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ module.exports = {
9191
},
9292
],
9393
},
94-
// algolia: {
95-
// apiKey: '',
96-
// indexName: 'graphql-cli',
97-
// algoliaOptions: {},
98-
// },
9994
prism: {
10095
theme: require('prism-react-renderer/themes/dracula'),
10196
},

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^17.0.0",
1616
"react-dom": "^17.0.0",
1717
"styled-components": "5.1.0",
18-
"the-guild-components": "1.0.12"
18+
"the-guild-components": "1.0.15"
1919
},
2020
"browserslist": {
2121
"production": [
@@ -29,4 +29,4 @@
2929
"last 1 safari version"
3030
]
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)