We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e757de1 commit ea342c1Copy full SHA for ea342c1
1 file changed
docusaurus.config.ts
@@ -152,8 +152,6 @@ const config: Config = {
152
],
153
copyButton: true,
154
},
155
- // Temporarily commented out Algolia search configuration
156
- /*
157
algolia: {
158
appId: process.env.ALGOLIA_APP_ID,
159
apiKey: process.env.ALGOLIA_API_KEY,
@@ -166,7 +164,6 @@ const config: Config = {
166
164
to: '/',
167
165
168
169
- */
170
} satisfies Preset.ThemeConfig,
171
};
172
0 commit comments