File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ const config = {
41
41
themeConfig :
42
42
/** @type {import('@docusaurus/preset-classic').ThemeConfig } */
43
43
( {
44
- // algolia: {
45
- // appId: 'GKA17TPGZY',
46
- // // Public API key: it is safe to commit it
47
- // apiKey: '5251323a8662d33e1f8a15a3f5d603c2',
48
- // indexName: 'react-scroll-parallax',
49
- // contextualSearch: true,
50
- // externalUrlRegex: 'external\\.com|domain\\.com',
51
- // searchParameters: {},
52
- // },
44
+ algolia : {
45
+ appId : 'GKA17TPGZY' ,
46
+ // Public API key: it is safe to commit it
47
+ apiKey : '5251323a8662d33e1f8a15a3f5d603c2' ,
48
+ indexName : 'react-scroll-parallax' ,
49
+ contextualSearch : true ,
50
+ externalUrlRegex : 'external\\.com|domain\\.com' ,
51
+ searchParameters : { } ,
52
+ } ,
53
53
navbar : {
54
54
hideOnScroll : true ,
55
55
title : 'React Scroll Parallax' ,
You can’t perform that action at this time.
0 commit comments